Html Css Color HEX #2836CB Persian Blue

📋 copy color: '#2836CB'

red 40 ◦ green 54 ◦ blue 203

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

Shades of Persian Blue #2836CB

Tints of Persian Blue #2836CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 13.47%
G = 18.18%
B = 68.35%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2836CB (or 0x2836CB) is known color: Persian Blue. HEX triplet: 28, 36 and CB. RGB value is (40,54,203). Sum of RGB (Red+Green+Blue) = 40+54+203=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #2836CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836CB is #D7C934. Grayscale: #424242. Windows color (decimal): -14141749 or 13317672. OLE color: 13317672.

HSL color Cylindrical-coordinate representation of color #2836CB: hue angle of 234.85º 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 #2836CB is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 54 203 -
CMYK 0.80 0.73 0 0.20
HSL 234.85º 0.67% 0.48% -
HSV(B) 234.85º 0.8% 0.8% -
XYZ 12.97 7.4 57.24 -
YUV 66.8 204.86 108.88 -
System Red Green Blue C M Y K H S L
Decimal 40 54 203 0.80 0.73 0 0.20 234.85 0.67 0.48
Hex 28 36 CB 50 49 0 14 EB 43 30
Octal 50 66 313 120 111 0 24 353 103 60
Binary 101000 110110 11001011 1010000 1001001 0 10100 11101011 1000011 110000

Color Harmonies of #2836CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2836CB

Black with #2836CB

Text Example


Text Example

White with #2836CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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