#275AAE

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

Shades of Cerulean Blue #275AAE

Tints of Cerulean Blue #275AAE

Color information

#275AAE (or 0x275AAE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5A and AE. RGB value is (39,90,174). Sum of RGB (Red+Green+Blue) = 39+90+174=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #275AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275AAE is #D8A551. Grayscale: #535353. Windows color (decimal): -14198098 or 11426343. OLE color: 11426343.

HSL color Cylindrical-coordinate representation of color #275AAE: hue angle of 217.33º 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 #275AAE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3990174-
CMYK0.780.4800.32
HSL217.33º63.38%41.76%-
HSV(B)217.33º77.59%68.24%-
XYZ12.1310.841.49-
YUV84.33178.695.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.87%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=12.87%
G=29.70%
B=57.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39901740.780.4800.32217.3363.3841.76
Hex275AAE4E30020d93f2a
Octal47132256116600403317752
Binary1001111011010101011101001110110000010000011011001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275AAE; }

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

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

<style>
 a { background-color: #275AAE; }

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

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

<style>
 span { border-color: #275AAE; }

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

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