#3400CC

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

Shades of Medium Blue #3400CC

Tints of Medium Blue #3400CC

Color information

#3400CC (or 0x3400CC) is unknown color: approx Medium Blue. HEX triplet: 34, 00 and CC. RGB value is (52,0,204). Sum of RGB (Red+Green+Blue) = 52+0+204=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #3400CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400CC is #CBFF33. Grayscale: #262626. Windows color (decimal): -13369140 or 13369396. OLE color: 13369396.

HSL color Cylindrical-coordinate representation of color #3400CC: hue angle of 255.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400CC is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB520204-
CMYK0.75100.2
HSL255.29º100%40%-
HSV(B)255.29º100%80%-
XYZ12.325.0957.46-
YUV38.8221.23137.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 79.69%
R=20.31%
G=0%
B=79.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5202040.75100.2255.2910040
Hex340CC4B64014ff6428
Octal64031411314402437714450
Binary11010001100110010010111100100010100111111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3400CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3400CC; }

 p { color: rgb(52,0,204); }

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

<style>
 a { background-color: #3400CC; }

 a { background-color: rgb(52,0,204); }

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

<style>
 span { border-color: #3400CC; }

 span { border-color: rgb(52,0,204); }

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