Html Css Color HEX #2C4FAC Cerulean Blue

📋 copy color: '#2C4FAC'

red 44 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #2C4FAC

Tints of Cerulean Blue #2C4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

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

R = 14.92%
G = 26.78%
B = 58.31%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C4FAC (or 0x2C4FAC) is known color: Cerulean Blue. HEX triplet: 2C, 4F and AC. RGB value is (44,79,172). Sum of RGB (Red+Green+Blue) = 44+79+172=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4FAC is #D3B053. Grayscale: #4E4E4E. Windows color (decimal): -13873236 or 11292460. OLE color: 11292460.

HSL color Cylindrical-coordinate representation of color #2C4FAC: hue angle of 223.59º 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 #2C4FAC is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 79 172 -
CMYK 0.74 0.54 0 0.33
HSL 223.59º 0.59% 0.42% -
HSV(B) 223.59º 0.74% 0.67% -
XYZ 11.28 9.11 40.19 -
YUV 79.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 44 79 172 0.74 0.54 0 0.33 223.59 0.59 0.42
Hex 2C 4F AC 4A 36 0 21 E0 3B 2A
Octal 54 117 254 112 66 0 41 340 73 52
Binary 101100 1001111 10101100 1001010 110110 0 100001 11100000 111011 101010

Color Harmonies of #2C4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4FAC

Black with #2C4FAC

Text Example


Text Example

White with #2C4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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