#275CAF

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

Shades of Cerulean Blue #275CAF

Tints of Cerulean Blue #275CAF

Color information

#275CAF (or 0x275CAF) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5C and AF. RGB value is (39,92,175). Sum of RGB (Red+Green+Blue) = 39+92+175=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #275CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275CAF is #D8A350. Grayscale: #555555. Windows color (decimal): -14197585 or 11492391. OLE color: 11492391.

HSL color Cylindrical-coordinate representation of color #275CAF: hue angle of 216.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275CAF is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3992175-
CMYK0.780.4700.31
HSL216.62º63.55%41.96%-
HSV(B)216.62º77.71%68.63%-
XYZ12.411.1842.06-
YUV85.62178.4494.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=12.75%
G=30.07%
B=57.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39921750.780.4700.31216.6263.5541.96
Hex275CAF4E2F01Fd9402a
Octal471342571165703733110052
Binary1001111011100101011111001110101111011111110110011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,92,175); }

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

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

 a { background-color: rgb(39,92,175); }

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

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

 span { border-color: rgb(39,92,175); }

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