#274AA6

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

Shades of Cerulean Blue #274AA6

Tints of Cerulean Blue #274AA6

Color information

#274AA6 (or 0x274AA6) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4A and A6. RGB value is (39,74,166). Sum of RGB (Red+Green+Blue) = 39+74+166=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #274AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AA6 is #D8B559. Grayscale: #494949. Windows color (decimal): -14202202 or 10897959. OLE color: 10897959.

HSL color Cylindrical-coordinate representation of color #274AA6: hue angle of 223.46º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #274AA6 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3974166-
CMYK0.770.5500.35
HSL223.46º61.95%40.2%-
HSV(B)223.46º76.51%65.1%-
XYZ10.178.0837.1-
YUV74.02179.9103.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 166 (65.23% from 255) = 59.50%
R=13.98%
G=26.52%
B=59.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal39741660.770.5500.35223.4661.9540.2
Hex274AA64D37023df3e28
Octal47112246115670433377650
Binary1001111001010101001101001101110111010001111011111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,74,166); }

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

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

 a { background-color: rgb(39,74,166); }

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

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

 span { border-color: rgb(39,74,166); }

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