#274BAE

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

Shades of Cerulean Blue #274BAE

Tints of Cerulean Blue #274BAE

Color information

#274BAE (or 0x274BAE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4B and AE. RGB value is (39,75,174). Sum of RGB (Red+Green+Blue) = 39+75+174=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #274BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274BAE is #D8B451. Grayscale: #4B4B4B. Windows color (decimal): -14201938 or 11422503. OLE color: 11422503.

HSL color Cylindrical-coordinate representation of color #274BAE: hue angle of 224º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274BAE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3975174-
CMYK0.780.5700.32
HSL224º63.38%41.76%-
HSV(B)224º77.59%68.24%-
XYZ10.998.5241.11-
YUV75.52183.57101.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=13.54%
G=26.04%
B=60.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39751740.780.5700.3222463.3841.76
Hex274BAE4E39020e03f2a
Octal47113256116710403407752
Binary1001111001011101011101001110111001010000011100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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