#2920CE

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

Shades of Persian Blue #2920CE

Tints of Persian Blue #2920CE

Color information

#2920CE (or 0x2920CE) is unknown color: approx Persian Blue. HEX triplet: 29, 20 and CE. RGB value is (41,32,206). Sum of RGB (Red+Green+Blue) = 41+32+206=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #2920CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2920CE is #D6DF31. Grayscale: #353535. Windows color (decimal): -14081842 or 13508649. OLE color: 13508649.

HSL color Cylindrical-coordinate representation of color #2920CE: hue angle of 243.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2920CE is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4132206-
CMYK0.800.8400.19
HSL243.1º73.11%46.67%-
HSV(B)243.1º84.47%80.78%-
XYZ12.575.9658.88-
YUV54.53213.48118.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 206 (80.86% from 255) = 73.84%
R=14.70%
G=11.47%
B=73.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41322060.800.8400.19243.173.1146.67
Hex2920CE5054013f3492f
Octal514031612012402336311157
Binary1010011000001100111010100001010100010011111100111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2920CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2920CE; }

 p { color: rgb(41,32,206); }

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

<style>
 a { background-color: #2920CE; }

 a { background-color: rgb(41,32,206); }

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

<style>
 span { border-color: #2920CE; }

 span { border-color: rgb(41,32,206); }

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