Html Css Color HEX #2935DC Persian Blue

📋 copy color: '#2935DC'

red 41 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #2935DC

Tints of Persian Blue #2935DC

RGB

 RED value IS 41 (16.41% from 255) = 13.06%

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

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

R = 13.06%
G = 16.88%
B = 70.06%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2935DC (or 0x2935DC) is known color: Persian Blue. HEX triplet: 29, 35 and DC. RGB value is (41,53,220). Sum of RGB (Red+Green+Blue) = 41+53+220=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #2935DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2935DC is #D6CA23. Grayscale: #434343. Windows color (decimal): -14076452 or 14431529. OLE color: 14431529.

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

Color convert

RGB 41 53 220 -
CMYK 0.81 0.76 0 0.14
HSL 235.98º 0.72% 0.51% -
HSV(B) 235.98º 0.81% 0.86% -
XYZ 15.11 8.18 68.49 -
YUV 68.45 213.52 108.42 -
System Red Green Blue C M Y K H S L
Decimal 41 53 220 0.81 0.76 0 0.14 235.98 0.72 0.51
Hex 29 35 DC 51 4C 0 E EC 48 33
Octal 51 65 334 121 114 0 16 354 110 63
Binary 101001 110101 11011100 1010001 1001100 0 1110 11101100 1001000 110011

Color Harmonies of #2935DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2935DC

Black with #2935DC

Text Example


Text Example

White with #2935DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2935DC; }

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

 H1.HeaderClassName
 {
   color: #2935DC;
 }
 .AnyTagClassName
 {
   color: #2935DC;
 }
</style>

background-color css

<style>
 a { background-color: #2935DC; }

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

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

border-color css

<style>
 span { border-color: #2935DC; }

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

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