#274FAA

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

Shades of Cerulean Blue #274FAA

Tints of Cerulean Blue #274FAA

Color information

#274FAA (or 0x274FAA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4F and AA. RGB value is (39,79,170). Sum of RGB (Red+Green+Blue) = 39+79+170=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #274FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274FAA is #D8B055. Grayscale: #4D4D4D. Windows color (decimal): -14200918 or 11161383. OLE color: 11161383.

HSL color Cylindrical-coordinate representation of color #274FAA: hue angle of 221.68º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #274FAA is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3979170-
CMYK0.770.5400.33
HSL221.68º62.68%40.98%-
HSV(B)221.68º77.06%66.67%-
XYZ10.898.9339.18-
YUV77.41180.25100.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=13.54%
G=27.43%
B=59.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39791700.770.5400.33221.6862.6840.98
Hex274FAA4D36021de3f29
Octal47117252115660413367751
Binary1001111001111101010101001101110110010000111011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,79,170); }

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

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

 a { background-color: rgb(39,79,170); }

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

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

 span { border-color: rgb(39,79,170); }

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