#275BAD

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

Shades of Cerulean Blue #275BAD

Tints of Cerulean Blue #275BAD

Color information

#275BAD (or 0x275BAD) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5B and AD. RGB value is (39,91,173). Sum of RGB (Red+Green+Blue) = 39+91+173=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #275BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275BAD is #D8A452. Grayscale: #545454. Windows color (decimal): -14197843 or 11361063. OLE color: 11361063.

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

Color convert

RGB3991173-
CMYK0.770.4700.32
HSL216.72º63.21%41.57%-
HSV(B)216.72º77.46%67.84%-
XYZ12.1210.9341.01-
YUV84.8177.7795.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.87%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=12.87%
G=30.03%
B=57.10%

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
Decimal39911730.770.4700.32216.7263.2141.57
Hex275BAD4D2F020d93f2a
Octal47133255115570403317752
Binary1001111011011101011011001101101111010000011011001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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