#202CCB

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

Shades of Persian Blue #202CCB

Tints of Persian Blue #202CCB

Color information

#202CCB (or 0x202CCB) is unknown color: approx Persian Blue. HEX triplet: 20, 2C and CB. RGB value is (32,44,203). Sum of RGB (Red+Green+Blue) = 32+44+203=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #202CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CCB is #DFD334. Grayscale: #393939. Windows color (decimal): -14668597 or 13315104. OLE color: 13315104.

HSL color Cylindrical-coordinate representation of color #202CCB: hue angle of 235.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202CCB is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3244203-
CMYK0.840.7800.20
HSL235.79º72.77%46.08%-
HSV(B)235.79º84.24%79.61%-
XYZ12.286.4257.09-
YUV58.54209.52109.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 203 (79.69% from 255) = 72.76%
R=11.47%
G=15.77%
B=72.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal32442030.840.7800.20235.7972.7746.08
Hex202CCB544E014ec492e
Octal405431312411602435411156
Binary1000001011001100101110101001001110010100111011001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,44,203); }

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

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

 a { background-color: rgb(32,44,203); }

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

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

 span { border-color: rgb(32,44,203); }

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