#275EAF

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

Shades of Cerulean Blue #275EAF

Tints of Cerulean Blue #275EAF

Color information

#275EAF (or 0x275EAF) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5E and AF. RGB value is (39,94,175). Sum of RGB (Red+Green+Blue) = 39+94+175=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #275EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275EAF is #D8A150. Grayscale: #565656. Windows color (decimal): -14197073 or 11492903. OLE color: 11492903.

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

Color convert

RGB3994175-
CMYK0.780.4600.31
HSL215.74º63.55%41.96%-
HSV(B)215.74º77.71%68.63%-
XYZ12.5811.5342.12-
YUV86.79177.7893.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=12.66%
G=30.52%
B=56.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39941750.780.4600.31215.7463.5541.96
Hex275EAF4E2E01Fd8402a
Octal471362571165603733010052
Binary1001111011110101011111001110101110011111110110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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