Html Css Color HEX #2C1ECC Persian Blue

📋 copy color: '#2C1ECC'

red 44 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #2C1ECC

Tints of Persian Blue #2C1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

 BLUE value IS 204 (80.08% from 255) = 73.38%

R = 15.83%
G = 10.79%
B = 73.38%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C1ECC (or 0x2C1ECC) is known color: Persian Blue. HEX triplet: 2C, 1E and CC. RGB value is (44,30,204). Sum of RGB (Red+Green+Blue) = 44+30+204=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1ECC is #D3E133. Grayscale: #353535. Windows color (decimal): -13885748 or 13377068. OLE color: 13377068.

HSL color Cylindrical-coordinate representation of color #2C1ECC: hue angle of 244.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1ECC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 30 204 -
CMYK 0.78 0.85 0 0.2
HSL 244.83º 0.74% 0.46% -
HSV(B) 244.83º 0.85% 0.8% -
XYZ 12.4 5.82 57.6 -
YUV 54.02 212.64 120.85 -
System Red Green Blue C M Y K H S L
Decimal 44 30 204 0.78 0.85 0 0.2 244.83 0.74 0.46
Hex 2C 1E CC 4E 55 0 14 F5 4A 2E
Octal 54 36 314 116 125 0 24 365 112 56
Binary 101100 11110 11001100 1001110 1010101 0 10100 11110101 1001010 101110

Color Harmonies of #2C1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1ECC

Black with #2C1ECC

Text Example


Text Example

White with #2C1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,30,204); }

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

background-color css

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

 a { background-color: rgb(44,30,204); }

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

border-color css

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

 span { border-color: rgb(44,30,204); }

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