Html Css Color HEX #2936DD Persian Blue

📋 copy color: '#2936DD'

red 41 ◦ green 54 ◦ blue 221

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

Shades of Persian Blue #2936DD

Tints of Persian Blue #2936DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 12.97%
G = 17.09%
B = 69.94%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2936DD (or 0x2936DD) is known color: Persian Blue. HEX triplet: 29, 36 and DD. RGB value is (41,54,221). Sum of RGB (Red+Green+Blue) = 41+54+221=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #2936DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2936DD is #D6C922. Grayscale: #444444. Windows color (decimal): -14076195 or 14497321. OLE color: 14497321.

HSL color Cylindrical-coordinate representation of color #2936DD: hue angle of 235.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2936DD is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 54 221 -
CMYK 0.81 0.76 0 0.13
HSL 235.67º 0.73% 0.51% -
HSV(B) 235.67º 0.81% 0.87% -
XYZ 15.28 8.33 69.21 -
YUV 69.15 213.69 107.92 -
System Red Green Blue C M Y K H S L
Decimal 41 54 221 0.81 0.76 0 0.13 235.67 0.73 0.51
Hex 29 36 DD 51 4C 0 D EC 49 33
Octal 51 66 335 121 114 0 15 354 111 63
Binary 101001 110110 11011101 1010001 1001100 0 1101 11101100 1001001 110011

Color Harmonies of #2936DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2936DD

Black with #2936DD

Text Example


Text Example

White with #2936DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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