#2D4AAC

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

Shades of Cerulean Blue #2D4AAC

Tints of Cerulean Blue #2D4AAC

Color information

#2D4AAC (or 0x2D4AAC) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4A and AC. RGB value is (45,74,172). Sum of RGB (Red+Green+Blue) = 45+74+172=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4AAC is #D2B553. Grayscale: #4C4C4C. Windows color (decimal): -13808980 or 11291181. OLE color: 11291181.

HSL color Cylindrical-coordinate representation of color #2D4AAC: hue angle of 226.3º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D4AAC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4574172-
CMYK0.740.5700.33
HSL226.3º58.53%42.55%-
HSV(B)226.3º73.84%67.45%-
XYZ10.988.4340.08-
YUV76.5181.89105.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 172 (67.58% from 255) = 59.11%
R=15.46%
G=25.43%
B=59.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45741720.740.5700.33226.358.5342.55
Hex2D4AAC4A39021e23b2b
Octal55112254112710413427353
Binary1011011001010101011001001010111001010000111100010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,74,172); }

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

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

 a { background-color: rgb(45,74,172); }

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

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

 span { border-color: rgb(45,74,172); }

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