Html Css Color HEX #2C35DC Persian Blue

📋 copy color: '#2C35DC'

red 44 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #2C35DC

Tints of Persian Blue #2C35DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 13.88%
G = 16.72%
B = 69.4%

CMYK

 C value IS 0.8

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C35DC (or 0x2C35DC) is known color: Persian Blue. HEX triplet: 2C, 35 and DC. RGB value is (44,53,220). Sum of RGB (Red+Green+Blue) = 44+53+220=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C35DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C35DC is #D3CA23. Grayscale: #444444. Windows color (decimal): -13879844 or 14431532. OLE color: 14431532.

HSL color Cylindrical-coordinate representation of color #2C35DC: hue angle of 236.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C35DC is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 53 220 -
CMYK 0.8 0.76 0 0.14
HSL 236.93º 0.72% 0.52% -
HSV(B) 236.93º 0.8% 0.86% -
XYZ 15.23 8.25 68.5 -
YUV 69.35 213.02 109.92 -
System Red Green Blue C M Y K H S L
Decimal 44 53 220 0.8 0.76 0 0.14 236.93 0.72 0.52
Hex 2C 35 DC 50 4C 0 E ED 48 34
Octal 54 65 334 120 114 0 16 355 110 64
Binary 101100 110101 11011100 1010000 1001100 0 1110 11101101 1001000 110100

Color Harmonies of #2C35DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C35DC

Black with #2C35DC

Text Example


Text Example

White with #2C35DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,53,220); }

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

background-color css

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

 a { background-color: rgb(44,53,220); }

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

border-color css

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

 span { border-color: rgb(44,53,220); }

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