#274BC9

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

Shades of Cerulean Blue #274BC9

Tints of Cerulean Blue #274BC9

Color information

#274BC9 (or 0x274BC9) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4B and C9. RGB value is (39,75,201). Sum of RGB (Red+Green+Blue) = 39+75+201=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #274BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BC9 is #D8B436. Grayscale: #4E4E4E. Windows color (decimal): -14201911 or 13191975. OLE color: 13191975.

HSL color Cylindrical-coordinate representation of color #274BC9: hue angle of 226.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274BC9 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3975201-
CMYK0.810.6300.21
HSL226.67º67.5%47.06%-
HSV(B)226.67º80.6%78.82%-
XYZ13.99.6856.39-
YUV78.6197.0799.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 201 (78.91% from 255) = 63.81%
R=12.38%
G=23.81%
B=63.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal39752010.810.6300.21226.6767.547.06
Hex274BC9513F015e3442f
Octal471133111217702534310457
Binary1001111001011110010011010001111111010101111000111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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