Html Css Color HEX #2C3DAB Persian Blue

📋 copy color: '#2C3DAB'

red 44 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #2C3DAB

Tints of Persian Blue #2C3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 15.94%
G = 22.1%
B = 61.96%

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

#2C3DAB (or 0x2C3DAB) is known color: Persian Blue. HEX triplet: 2C, 3D and AB. RGB value is (44,61,171). Sum of RGB (Red+Green+Blue) = 44+61+171=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3DAB is #D3C254. Grayscale: #444444. Windows color (decimal): -13877845 or 11222316. OLE color: 11222316.

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

Color convert

RGB 44 61 171 -
CMYK 0.74 0.64 0 0.33
HSL 231.97º 0.59% 0.42% -
HSV(B) 231.97º 0.74% 0.67% -
XYZ 10.06 6.81 39.31 -
YUV 68.46 185.87 110.56 -
System Red Green Blue C M Y K H S L
Decimal 44 61 171 0.74 0.64 0 0.33 231.97 0.59 0.42
Hex 2C 3D AB 4A 40 0 21 E8 3B 2A
Octal 54 75 253 112 100 0 41 350 73 52
Binary 101100 111101 10101011 1001010 1000000 0 100001 11101000 111011 101010

Color Harmonies of #2C3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3DAB

Black with #2C3DAB

Text Example


Text Example

White with #2C3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,61,171); }

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

background-color css

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

 a { background-color: rgb(44,61,171); }

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

border-color css

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

 span { border-color: rgb(44,61,171); }

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