#275AAC

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

Shades of Cerulean Blue #275AAC

Tints of Cerulean Blue #275AAC

Color information

#275AAC (or 0x275AAC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5A and AC. RGB value is (39,90,172). Sum of RGB (Red+Green+Blue) = 39+90+172=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #275AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275AAC is #D8A553. Grayscale: #535353. Windows color (decimal): -14198100 or 11295271. OLE color: 11295271.

HSL color Cylindrical-coordinate representation of color #275AAC: hue angle of 216.99º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275AAC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3990172-
CMYK0.770.4800.33
HSL216.99º63.03%41.37%-
HSV(B)216.99º77.33%67.45%-
XYZ11.9410.7240.47-
YUV84.1177.695.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=12.96%
G=29.90%
B=57.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39901720.770.4800.33216.9963.0341.37
Hex275AAC4D30021d93f29
Octal47132254115600413317751
Binary1001111011010101011001001101110000010000111011001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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