Html Css Color HEX #2C4AAC Cerulean Blue

📋 copy color: '#2C4AAC'

red 44 ◦ green 74 ◦ blue 172

#2C4AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2C4AAC

Tints of Cerulean Blue #2C4AAC

RGB

 RED value IS 44 (17.58% from 255) = 15.17%

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 15.17%
G = 25.52%
B = 59.31%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C4AAC (or 0x2C4AAC) is known color: Cerulean Blue. HEX triplet: 2C, 4A and AC. RGB value is (44,74,172). Sum of RGB (Red+Green+Blue) = 44+74+172=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4AAC is #D3B553. Grayscale: #4B4B4B. Windows color (decimal): -13874516 or 11291180. OLE color: 11291180.

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

Color convert

RGB 44 74 172 -
CMYK 0.74 0.57 0 0.33
HSL 225.94º 0.59% 0.42% -
HSV(B) 225.94º 0.74% 0.67% -
XYZ 10.93 8.41 40.08 -
YUV 76.2 182.06 105.03 -
System Red Green Blue C M Y K H S L
Decimal 44 74 172 0.74 0.57 0 0.33 225.94 0.59 0.42
Hex 2C 4A AC 4A 39 0 21 E2 3B 2A
Octal 54 112 254 112 71 0 41 342 73 52
Binary 101100 1001010 10101100 1001010 111001 0 100001 11100010 111011 101010

Color Harmonies of #2C4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4AAC

Black with #2C4AAC

Text Example


Text Example

White with #2C4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C4AAC;
 }
 .AnyTagClassName
 {
   color: #2C4AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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