#274EAE

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

Shades of Cerulean Blue #274EAE

Tints of Cerulean Blue #274EAE

Color information

#274EAE (or 0x274EAE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4E and AE. RGB value is (39,78,174). Sum of RGB (Red+Green+Blue) = 39+78+174=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #274EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274EAE is #D8B151. Grayscale: #4C4C4C. Windows color (decimal): -14201170 or 11423271. OLE color: 11423271.

HSL color Cylindrical-coordinate representation of color #274EAE: hue angle of 222.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274EAE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3978174-
CMYK0.780.5500.32
HSL222.67º63.38%41.76%-
HSV(B)222.67º77.59%68.24%-
XYZ11.28.9441.18-
YUV77.28182.58100.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=13.40%
G=26.80%
B=59.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39781740.780.5500.32222.6763.3841.76
Hex274EAE4E37020df3f2a
Octal47116256116670403377752
Binary1001111001110101011101001110110111010000011011111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274EAE; }

 p { color: rgb(39,78,174); }

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

<style>
 a { background-color: #274EAE; }

 a { background-color: rgb(39,78,174); }

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

<style>
 span { border-color: #274EAE; }

 span { border-color: rgb(39,78,174); }

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