#2936c9

Color #2936C9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2936C9

Tints of Persian Blue #2936C9

Color information

#2936C9 (or 0x2936C9) is unknown color: approx Persian Blue. HEX triplet: 29, 36 and C9. RGB value is (41,54,201). Sum of RGB (Red+Green+Blue) = 41+54+201=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #2936C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2936C9 is #D6C936. Grayscale: #424242. Windows color (decimal): -14076215 or 13186601. OLE color: 13186601.

HSL color Cylindrical-coordinate representation of color #2936C9: hue angle of 235.12º degrees, saturation: 0.66, 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 #2936C9 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4154201-
CMYK0.800.7300.21
HSL235.12º66.12%47.45%-
HSV(B)235.12º79.6%78.82%-
XYZ12.787.3356-
YUV66.87203.69109.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 201 (78.91% from 255) = 67.91%
R=13.85%
G=18.24%
B=67.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41542010.800.7300.21235.1266.1247.45
Hex2936C95049015eb422f
Octal516631112011102535310257
Binary1010011101101100100110100001001001010101111010111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2936c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2936c9;
 }
 .AnyTagClassName
 {
   color: #2936c9;
 }
</style>
background-color css

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

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

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

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

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

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