#3402CB

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

Shades of Medium Blue #3402CB

Tints of Medium Blue #3402CB

Color information

#3402CB (or 0x3402CB) is unknown color: approx Medium Blue. HEX triplet: 34, 02 and CB. RGB value is (52,2,203). Sum of RGB (Red+Green+Blue) = 52+2+203=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #3402CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3402CB is #CBFD34. Grayscale: #272727. Windows color (decimal): -13368629 or 13304372. OLE color: 13304372.

HSL color Cylindrical-coordinate representation of color #3402CB: hue angle of 254.93º 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 #3402CB is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB522203-
CMYK0.740.9900.20
HSL254.93º98.05%40.2%-
HSV(B)254.93º99.01%79.61%-
XYZ12.225.0956.84-
YUV39.86220.06136.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 203 (79.69% from 255) = 78.99%
R=20.23%
G=0.78%
B=78.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal5222030.740.9900.20254.9398.0540.2
Hex342CB4A63014ff6228
Octal64231311214302437714250
Binary110100101100101110010101100011010100111111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3402CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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