#274AAB

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

Shades of Cerulean Blue #274AAB

Tints of Cerulean Blue #274AAB

Color information

#274AAB (or 0x274AAB) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4A and AB. RGB value is (39,74,171). Sum of RGB (Red+Green+Blue) = 39+74+171=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #274AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AAB is #D8B554. Grayscale: #4A4A4A. Windows color (decimal): -14202197 or 11225639. OLE color: 11225639.

HSL color Cylindrical-coordinate representation of color #274AAB: hue angle of 224.09º 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 #274AAB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3974171-
CMYK0.770.5700.33
HSL224.09º62.86%41.18%-
HSV(B)224.09º77.19%67.06%-
XYZ10.648.2739.56-
YUV74.59182.4102.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.73%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=13.73%
G=26.06%
B=60.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39741710.770.5700.33224.0962.8641.18
Hex274AAB4D39021e03f29
Octal47112253115710413407751
Binary1001111001010101010111001101111001010000111100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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