#274BAC

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

Shades of Cerulean Blue #274BAC

Tints of Cerulean Blue #274BAC

Color information

#274BAC (or 0x274BAC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4B and AC. RGB value is (39,75,172). Sum of RGB (Red+Green+Blue) = 39+75+172=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #274BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274BAC is #D8B453. Grayscale: #4A4A4A. Windows color (decimal): -14201940 or 11291431. OLE color: 11291431.

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

Color convert

RGB3975172-
CMYK0.770.5600.33
HSL223.76º63.03%41.37%-
HSV(B)223.76º77.33%67.45%-
XYZ10.88.4440.09-
YUV75.29182.57102.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.64%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 172 (67.58% from 255) = 60.14%
R=13.64%
G=26.22%
B=60.14%

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
Decimal39751720.770.5600.33223.7663.0341.37
Hex274BAC4D38021e03f29
Octal47113254115700413407751
Binary1001111001011101011001001101111000010000111100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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