Html Css Color HEX #2835D4 Persian Blue

📋 copy color: '#2835D4'

red 40 ◦ green 53 ◦ blue 212

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

Shades of Persian Blue #2835D4

Tints of Persian Blue #2835D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 69.51%

R = 13.11%
G = 17.38%
B = 69.51%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2835D4 (or 0x2835D4) is known color: Persian Blue. HEX triplet: 28, 35 and D4. RGB value is (40,53,212). Sum of RGB (Red+Green+Blue) = 40+53+212=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 212 (83.20% from 255 or 69.51% from 305); Max value from RGB is 212 - color contains mainly: blue. Hex color #2835D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2835D4 is #D7CA2B. Grayscale: #424242. Windows color (decimal): -14141996 or 13907240. OLE color: 13907240.

HSL color Cylindrical-coordinate representation of color #2835D4: hue angle of 235.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2835D4 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 40 53 212 -
CMYK 0.81 0.75 0 0.17
HSL 235.47º 0.68% 0.49% -
HSV(B) 235.47º 0.81% 0.83% -
XYZ 14.03 7.75 63.04 -
YUV 67.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 40 53 212 0.81 0.75 0 0.17 235.47 0.68 0.49
Hex 28 35 D4 51 4B 0 11 EB 44 31
Octal 50 65 324 121 113 0 21 353 104 61
Binary 101000 110101 11010100 1010001 1001011 0 10001 11101011 1000100 110001

Color Harmonies of #2835D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2835D4

Black with #2835D4

Text Example


Text Example

White with #2835D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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