#274CAC

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

Shades of Cerulean Blue #274CAC

Tints of Cerulean Blue #274CAC

Color information

#274CAC (or 0x274CAC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4C and AC. RGB value is (39,76,172). Sum of RGB (Red+Green+Blue) = 39+76+172=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #274CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274CAC is #D8B353. Grayscale: #4B4B4B. Windows color (decimal): -14201684 or 11291687. OLE color: 11291687.

HSL color Cylindrical-coordinate representation of color #274CAC: hue angle of 223.31º 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 #274CAC is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3976172-
CMYK0.770.5600.33
HSL223.31º63.03%41.37%-
HSV(B)223.31º77.33%67.45%-
XYZ10.878.5840.11-
YUV75.88182.24101.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 172 (67.58% from 255) = 59.93%
R=13.59%
G=26.48%
B=59.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39761720.770.5600.33223.3163.0341.37
Hex274CAC4D38021df3f29
Octal47114254115700413377751
Binary1001111001100101011001001101111000010000111011111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274CAC; }

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

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

<style>
 a { background-color: #274CAC; }

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

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

<style>
 span { border-color: #274CAC; }

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

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