Html Css Color HEX #2C3BAC Persian Blue

📋 copy color: '#2C3BAC'

red 44 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #2C3BAC

Tints of Persian Blue #2C3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

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

R = 16%
G = 21.45%
B = 62.55%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C3BAC (or 0x2C3BAC) is known color: Persian Blue. HEX triplet: 2C, 3B and AC. RGB value is (44,59,172). Sum of RGB (Red+Green+Blue) = 44+59+172=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C3BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3BAC is #D3C453. Grayscale: #424242. Windows color (decimal): -13878356 or 11287340. OLE color: 11287340.

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

Color convert

RGB 44 59 172 -
CMYK 0.74 0.66 0 0.33
HSL 232.97º 0.59% 0.42% -
HSV(B) 232.97º 0.74% 0.67% -
XYZ 10.05 6.64 39.78 -
YUV 67.4 187.03 111.31 -
System Red Green Blue C M Y K H S L
Decimal 44 59 172 0.74 0.66 0 0.33 232.97 0.59 0.42
Hex 2C 3B AC 4A 42 0 21 E9 3B 2A
Octal 54 73 254 112 102 0 41 351 73 52
Binary 101100 111011 10101100 1001010 1000010 0 100001 11101001 111011 101010

Color Harmonies of #2C3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3BAC

Black with #2C3BAC

Text Example


Text Example

White with #2C3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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