#274EB3

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

Shades of Cerulean Blue #274EB3

Tints of Cerulean Blue #274EB3

Color information

#274EB3 (or 0x274EB3) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4E and B3. RGB value is (39,78,179). Sum of RGB (Red+Green+Blue) = 39+78+179=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #274EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EB3 is #D8B14C. Grayscale: #4D4D4D. Windows color (decimal): -14201165 or 11750951. OLE color: 11750951.

HSL color Cylindrical-coordinate representation of color #274EB3: hue angle of 223.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274EB3 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3978179-
CMYK0.780.5600.30
HSL223.29º64.22%42.75%-
HSV(B)223.29º78.21%70.2%-
XYZ11.79.1343.79-
YUV77.85185.08100.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 179 (70.31% from 255) = 60.47%
R=13.18%
G=26.35%
B=60.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal39781790.780.5600.30223.2964.2242.75
Hex274EB34E3801Edf402b
Octal471162631167003633710053
Binary1001111001110101100111001110111000011110110111111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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