Html Css Color HEX #2C3CAB Persian Blue

📋 copy color: '#2C3CAB'

red 44 ◦ green 60 ◦ blue 171

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

Shades of Persian Blue #2C3CAB

Tints of Persian Blue #2C3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.82%

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

R = 16%
G = 21.82%
B = 62.18%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C3CAB (or 0x2C3CAB) is known color: Persian Blue. HEX triplet: 2C, 3C and AB. RGB value is (44,60,171). Sum of RGB (Red+Green+Blue) = 44+60+171=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C3CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3CAB is #D3C354. Grayscale: #434343. Windows color (decimal): -13878101 or 11222060. OLE color: 11222060.

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

Color convert

RGB 44 60 171 -
CMYK 0.74 0.65 0 0.33
HSL 232.44º 0.59% 0.42% -
HSV(B) 232.44º 0.74% 0.67% -
XYZ 10.01 6.71 39.3 -
YUV 67.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 44 60 171 0.74 0.65 0 0.33 232.44 0.59 0.42
Hex 2C 3C AB 4A 41 0 21 E8 3B 2A
Octal 54 74 253 112 101 0 41 350 73 52
Binary 101100 111100 10101011 1001010 1000001 0 100001 11101000 111011 101010

Color Harmonies of #2C3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3CAB

Black with #2C3CAB

Text Example


Text Example

White with #2C3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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