Html Css Color HEX #2C3EAC Persian Blue

📋 copy color: '#2C3EAC'

red 44 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #2C3EAC

Tints of Persian Blue #2C3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.3%

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

R = 15.83%
G = 22.3%
B = 61.87%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C3EAC (or 0x2C3EAC) is known color: Persian Blue. HEX triplet: 2C, 3E and AC. RGB value is (44,62,172). Sum of RGB (Red+Green+Blue) = 44+62+172=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C3EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3EAC is #D3C153. Grayscale: #444444. Windows color (decimal): -13877588 or 11288108. OLE color: 11288108.

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

Color convert

RGB 44 62 172 -
CMYK 0.74 0.64 0 0.33
HSL 231.56º 0.59% 0.42% -
HSV(B) 231.56º 0.74% 0.67% -
XYZ 10.21 6.96 39.84 -
YUV 69.16 186.04 110.06 -
System Red Green Blue C M Y K H S L
Decimal 44 62 172 0.74 0.64 0 0.33 231.56 0.59 0.42
Hex 2C 3E AC 4A 40 0 21 E8 3B 2A
Octal 54 76 254 112 100 0 41 350 73 52
Binary 101100 111110 10101100 1001010 1000000 0 100001 11101000 111011 101010

Color Harmonies of #2C3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3EAC

Black with #2C3EAC

Text Example


Text Example

White with #2C3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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