Html Css Color HEX #2835DC Persian Blue

📋 copy color: '#2835DC'

red 40 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #2835DC

Tints of Persian Blue #2835DC

RGB

 RED value IS 40 (16.02% from 255) = 12.78%

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

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

R = 12.78%
G = 16.93%
B = 70.29%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2835DC (or 0x2835DC) is known color: Persian Blue. HEX triplet: 28, 35 and DC. RGB value is (40,53,220). Sum of RGB (Red+Green+Blue) = 40+53+220=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #2835DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2835DC is #D7CA23. Grayscale: #434343. Windows color (decimal): -14141988 or 14431528. OLE color: 14431528.

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

Color convert

RGB 40 53 220 -
CMYK 0.82 0.76 0 0.14
HSL 235.67º 0.72% 0.51% -
HSV(B) 235.67º 0.82% 0.86% -
XYZ 15.07 8.16 68.49 -
YUV 68.15 213.69 107.92 -
System Red Green Blue C M Y K H S L
Decimal 40 53 220 0.82 0.76 0 0.14 235.67 0.72 0.51
Hex 28 35 DC 52 4C 0 E EC 48 33
Octal 50 65 334 122 114 0 16 354 110 63
Binary 101000 110101 11011100 1010010 1001100 0 1110 11101100 1001000 110011

Color Harmonies of #2835DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2835DC

Black with #2835DC

Text Example


Text Example

White with #2835DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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