#275AAD

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

Shades of Cerulean Blue #275AAD

Tints of Cerulean Blue #275AAD

Color information

#275AAD (or 0x275AAD) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5A and AD. RGB value is (39,90,173). Sum of RGB (Red+Green+Blue) = 39+90+173=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #275AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275AAD is #D8A552. Grayscale: #535353. Windows color (decimal): -14198099 or 11360807. OLE color: 11360807.

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

Color convert

RGB3990173-
CMYK0.770.4800.32
HSL217.16º63.21%41.57%-
HSV(B)217.16º77.46%67.84%-
XYZ12.0410.7640.98-
YUV84.21178.195.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.91%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=12.91%
G=29.80%
B=57.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39901730.770.4800.32217.1663.2141.57
Hex275AAD4D30020d93f2a
Octal47132255115600403317752
Binary1001111011010101011011001101110000010000011011001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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