#274ED3

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

Shades of Cerulean Blue #274ED3

Tints of Cerulean Blue #274ED3

Color information

#274ED3 (or 0x274ED3) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4E and D3. RGB value is (39,78,211). Sum of RGB (Red+Green+Blue) = 39+78+211=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 211 (82.81% from 255 or 64.33% from 328); Max value from RGB is 211 - color contains mainly: blue. Hex color #274ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274ED3 is #D8B12C. Grayscale: #505050. Windows color (decimal): -14201133 or 13848103. OLE color: 13848103.

HSL color Cylindrical-coordinate representation of color #274ED3: hue angle of 226.4º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274ED3 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3978211-
CMYK0.820.6300.17
HSL226.4º68.8%49.02%-
HSV(B)226.4º81.52%82.75%-
XYZ15.3210.5862.86-
YUV81.5201.0897.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.89%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 211 (82.81% from 255) = 64.33%
R=11.89%
G=23.78%
B=64.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal39782110.820.6300.17226.468.849.02
Hex274ED3523F011e24531
Octal471163231227702134210561
Binary1001111001110110100111010010111111010001111000101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,78,211); }

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

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

 a { background-color: rgb(39,78,211); }

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

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

 span { border-color: rgb(39,78,211); }

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