#3202CB

Color #3202CB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #3202CB

Tints of Medium Blue #3202CB

Color information

#3202CB (or 0x3202CB) is unknown color: approx Medium Blue. HEX triplet: 32, 02 and CB. RGB value is (50,2,203). Sum of RGB (Red+Green+Blue) = 50+2+203=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #3202CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3202CB is #CDFD34. Grayscale: #262626. Windows color (decimal): -13499701 or 13304370. OLE color: 13304370.

HSL color Cylindrical-coordinate representation of color #3202CB: hue angle of 254.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202CB is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB502203-
CMYK0.750.9900.20
HSL254.33º98.05%40.2%-
HSV(B)254.33º99.01%79.61%-
XYZ12.125.0356.83-
YUV39.27220.4135.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 203 (79.69% from 255) = 79.61%
R=19.61%
G=0.78%
B=79.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal5022030.750.9900.20254.3398.0540.2
Hex322CB4B63014fe6228
Octal62231311314302437614250
Binary110010101100101110010111100011010100111111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3202CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3202CB; }

 p { color: rgb(50,2,203); }

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

<style>
 a { background-color: #3202CB; }

 a { background-color: rgb(50,2,203); }

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

<style>
 span { border-color: #3202CB; }

 span { border-color: rgb(50,2,203); }

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