Html Css Color HEX #2835CD Persian Blue

📋 copy color: '#2835CD'

red 40 ◦ green 53 ◦ blue 205

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

Shades of Persian Blue #2835CD

Tints of Persian Blue #2835CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.79%

R = 13.42%
G = 17.79%
B = 68.79%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2835CD (or 0x2835CD) is known color: Persian Blue. HEX triplet: 28, 35 and CD. RGB value is (40,53,205). Sum of RGB (Red+Green+Blue) = 40+53+205=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #2835CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2835CD is #D7CA32. Grayscale: #414141. Windows color (decimal): -14142003 or 13448488. OLE color: 13448488.

HSL color Cylindrical-coordinate representation of color #2835CD: hue angle of 235.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2835CD is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 53 205 -
CMYK 0.80 0.74 0 0.20
HSL 235.27º 0.67% 0.48% -
HSV(B) 235.27º 0.8% 0.8% -
XYZ 13.17 7.41 58.49 -
YUV 66.44 206.19 109.14 -
System Red Green Blue C M Y K H S L
Decimal 40 53 205 0.80 0.74 0 0.20 235.27 0.67 0.48
Hex 28 35 CD 50 4A 0 14 EB 43 30
Octal 50 65 315 120 112 0 24 353 103 60
Binary 101000 110101 11001101 1010000 1001010 0 10100 11101011 1000011 110000

Color Harmonies of #2835CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2835CD

Black with #2835CD

Text Example


Text Example

White with #2835CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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