Html Css Color HEX #2836CA Persian Blue

📋 copy color: '#2836CA'

red 40 ◦ green 54 ◦ blue 202

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

Shades of Persian Blue #2836CA

Tints of Persian Blue #2836CA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

 BLUE value IS 202 (79.3% from 255) = 68.24%

R = 13.51%
G = 18.24%
B = 68.24%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2836CA (or 0x2836CA) is known color: Persian Blue. HEX triplet: 28, 36 and CA. RGB value is (40,54,202). Sum of RGB (Red+Green+Blue) = 40+54+202=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #2836CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836CA is #D7C935. Grayscale: #424242. Windows color (decimal): -14141750 or 13252136. OLE color: 13252136.

HSL color Cylindrical-coordinate representation of color #2836CA: hue angle of 234.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2836CA is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 54 202 -
CMYK 0.80 0.73 0 0.21
HSL 234.81º 0.67% 0.47% -
HSV(B) 234.81º 0.8% 0.79% -
XYZ 12.85 7.35 56.62 -
YUV 66.69 204.36 108.97 -
System Red Green Blue C M Y K H S L
Decimal 40 54 202 0.80 0.73 0 0.21 234.81 0.67 0.47
Hex 28 36 CA 50 49 0 15 EB 43 2F
Octal 50 66 312 120 111 0 25 353 103 57
Binary 101000 110110 11001010 1010000 1001001 0 10101 11101011 1000011 101111

Color Harmonies of #2836CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2836CA

Black with #2836CA

Text Example


Text Example

White with #2836CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2836CA; }

 p { color: rgb(40,54,202); }

 H1.HeaderClassName
 {
   color: #2836CA;
 }
 .AnyTagClassName
 {
   color: #2836CA;
 }
</style>

background-color css

<style>
 a { background-color: #2836CA; }

 a { background-color: rgb(40,54,202); }

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

border-color css

<style>
 span { border-color: #2836CA; }

 span { border-color: rgb(40,54,202); }

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