#2755B8

Color #2755B8 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2755B8

Tints of Cerulean Blue #2755B8

Color information

#2755B8 (or 0x2755B8) is unknown color: approx Cerulean Blue. HEX triplet: 27, 55 and B8. RGB value is (39,85,184). Sum of RGB (Red+Green+Blue) = 39+85+184=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #2755B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755B8 is #D8AA47. Grayscale: #525252. Windows color (decimal): -14199368 or 12080423. OLE color: 12080423.

HSL color Cylindrical-coordinate representation of color #2755B8: hue angle of 220.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2755B8 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3985184-
CMYK0.790.5400.28
HSL220.97º65.02%43.73%-
HSV(B)220.97º78.8%72.16%-
XYZ12.7410.3946.68-
YUV82.53185.2696.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 184 (72.27% from 255) = 59.74%
R=12.66%
G=27.60%
B=59.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal39851840.790.5400.28220.9765.0243.73
Hex2755B84F3601Cdd412c
Octal471252701176603433510154
Binary1001111010101101110001001111110110011100110111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2755B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2755B8; }

 p { color: rgb(39,85,184); }

 H1.HeaderClassName
 {
   color: #2755B8;
 }
 .AnyTagClassName
 {
   color: #2755B8;
 }
</style>
background-color css

<style>
 a { background-color: #2755B8; }

 a { background-color: rgb(39,85,184); }

 div.DivClassName
 {
   background-color: #2755B8;
 }
 .BgClassName
 {
   background-color: #2755B8;
 }
</style>
border-color css

<style>
 span { border-color: #2755B8; }

 span { border-color: rgb(39,85,184); }

 td.TdClassName
 {
   border-color: #2755B8;
 }
 .TagClassName
 {
   border-color: #2755B8;
 }
</style>