#202EAB

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

Shades of Persian Blue #202EAB

Tints of Persian Blue #202EAB

Color information

#202EAB (or 0x202EAB) is unknown color: approx Persian Blue. HEX triplet: 20, 2E and AB. RGB value is (32,46,171). Sum of RGB (Red+Green+Blue) = 32+46+171=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #202EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202EAB is #DFD154. Grayscale: #373737. Windows color (decimal): -14668117 or 11218464. OLE color: 11218464.

HSL color Cylindrical-coordinate representation of color #202EAB: hue angle of 233.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202EAB is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3246171-
CMYK0.810.7300.33
HSL233.96º68.47%39.8%-
HSV(B)233.96º81.29%67.06%-
XYZ8.925.239.06-
YUV56.06192.86110.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 171 (67.19% from 255) = 68.67%
R=12.85%
G=18.47%
B=68.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32461710.810.7300.33233.9668.4739.8
Hex202EAB5149021ea4428
Octal405625312111104135210450
Binary10000010111010101011101000110010010100001111010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202EAB; }

 p { color: rgb(32,46,171); }

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

<style>
 a { background-color: #202EAB; }

 a { background-color: rgb(32,46,171); }

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

<style>
 span { border-color: #202EAB; }

 span { border-color: rgb(32,46,171); }

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