Html Css Color HEX #2936CD Persian Blue

📋 copy color: '#2936CD'

red 41 ◦ green 54 ◦ blue 205

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

Shades of Persian Blue #2936CD

Tints of Persian Blue #2936CD

RGB

 RED value IS 41 (16.41% from 255) = 13.67%

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

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

R = 13.67%
G = 18%
B = 68.33%

CMYK

 C value IS 0.8

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2936CD (or 0x2936CD) is known color: Persian Blue. HEX triplet: 29, 36 and CD. RGB value is (41,54,205). Sum of RGB (Red+Green+Blue) = 41+54+205=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #2936CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2936CD is #D6C932. Grayscale: #424242. Windows color (decimal): -14076211 or 13448745. OLE color: 13448745.

HSL color Cylindrical-coordinate representation of color #2936CD: hue angle of 235.24º 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 #2936CD is Cyan = 0.8, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 54 205 -
CMYK 0.8 0.74 0 0.20
HSL 235.24º 0.67% 0.48% -
HSV(B) 235.24º 0.8% 0.8% -
XYZ 13.25 7.52 58.51 -
YUV 67.33 205.69 109.22 -
System Red Green Blue C M Y K H S L
Decimal 41 54 205 0.8 0.74 0 0.20 235.24 0.67 0.48
Hex 29 36 CD 50 4A 0 14 EB 43 30
Octal 51 66 315 120 112 0 24 353 103 60
Binary 101001 110110 11001101 1010000 1001010 0 10100 11101011 1000011 110000

Color Harmonies of #2936CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2936CD

Black with #2936CD

Text Example


Text Example

White with #2936CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,54,205); }

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

background-color css

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

 a { background-color: rgb(41,54,205); }

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

border-color css

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

 span { border-color: rgb(41,54,205); }

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