#2754A4

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

Shades of Cerulean Blue #2754A4

Tints of Cerulean Blue #2754A4

Color information

#2754A4 (or 0x2754A4) is unknown color: approx Cerulean Blue. HEX triplet: 27, 54 and A4. RGB value is (39,84,164). Sum of RGB (Red+Green+Blue) = 39+84+164=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #2754A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2754A4 is #D8AB5B. Grayscale: #4F4F4F. Windows color (decimal): -14199644 or 10769447. OLE color: 10769447.

HSL color Cylindrical-coordinate representation of color #2754A4: hue angle of 218.4º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2754A4 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3984164-
CMYK0.760.4900.36
HSL218.4º61.58%39.8%-
HSV(B)218.4º76.22%64.31%-
XYZ10.719.4536.38-
YUV79.67175.5999-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 164 (64.45% from 255) = 57.14%
R=13.59%
G=29.27%
B=57.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39841640.760.4900.36218.461.5839.8
Hex2754A44C31024da3e28
Octal47124244114610443327650
Binary1001111010100101001001001100110001010010011011010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2754A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2754A4; }

 p { color: rgb(39,84,164); }

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

<style>
 a { background-color: #2754A4; }

 a { background-color: rgb(39,84,164); }

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

<style>
 span { border-color: #2754A4; }

 span { border-color: rgb(39,84,164); }

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