#2a4bab

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

Shades of Cerulean Blue #2A4BAB

Tints of Cerulean Blue #2A4BAB

Color information

#2A4BAB (or 0x2A4BAB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4B and AB. RGB value is (42,75,171). Sum of RGB (Red+Green+Blue) = 42+75+171=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4BAB is #D5B454. Grayscale: #4B4B4B. Windows color (decimal): -14005333 or 11225898. OLE color: 11225898.

HSL color Cylindrical-coordinate representation of color #2A4BAB: hue angle of 224.65º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A4BAB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4275171-
CMYK0.750.5600.33
HSL224.65º60.56%41.76%-
HSV(B)224.65º75.44%67.06%-
XYZ10.828.4639.59-
YUV76.08181.57103.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.58%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=14.58%
G=26.04%
B=59.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42751710.750.5600.33224.6560.5641.76
Hex2A4BAB4B38021e13d2a
Octal52113253113700413417552
Binary1010101001011101010111001011111000010000111100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a4bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2a4bab; }

 p { color: rgb(42,75,171); }

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

<style>
 a { background-color: #2a4bab; }

 a { background-color: rgb(42,75,171); }

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

<style>
 span { border-color: #2a4bab; }

 span { border-color: rgb(42,75,171); }

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