#275CAD

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

Shades of Cerulean Blue #275CAD

Tints of Cerulean Blue #275CAD

Color information

#275CAD (or 0x275CAD) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5C and AD. RGB value is (39,92,173). Sum of RGB (Red+Green+Blue) = 39+92+173=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #275CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275CAD is #D8A352. Grayscale: #555555. Windows color (decimal): -14197587 or 11361319. OLE color: 11361319.

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

Color convert

RGB3992173-
CMYK0.770.4700.32
HSL216.27º63.21%41.57%-
HSV(B)216.27º77.46%67.84%-
XYZ12.2111.141.03-
YUV85.39177.4494.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.83%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=12.83%
G=30.26%
B=56.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39921730.770.4700.32216.2763.2141.57
Hex275CAD4D2F020d83f2a
Octal47134255115570403307752
Binary1001111011100101011011001101101111010000011011000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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