Html Css Color HEX #3407CC Medium Blue

📋 copy color: '#3407CC'

red 52 ◦ green 7 ◦ blue 204

#3407CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #3407CC

Tints of Medium Blue #3407CC

RGB

 RED value IS 52 (20.7% from 255) = 19.77%

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 204 (80.08% from 255) = 77.57%

R = 19.77%
G = 2.66%
B = 77.57%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3407CC (or 0x3407CC) is known color: Medium Blue. HEX triplet: 34, 07 and CC. RGB value is (52,7,204). Sum of RGB (Red+Green+Blue) = 52+7+204=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #3407CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3407CC is #CBF833. Grayscale: #2A2A2A. Windows color (decimal): -13367348 or 13371188. OLE color: 13371188.

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

Color convert

RGB 52 7 204 -
CMYK 0.75 0.97 0 0.2
HSL 253.71º 0.93% 0.41% -
HSV(B) 253.71º 0.97% 0.8% -
XYZ 12.39 5.24 57.49 -
YUV 42.91 218.91 134.48 -
System Red Green Blue C M Y K H S L
Decimal 52 7 204 0.75 0.97 0 0.2 253.71 0.93 0.41
Hex 34 7 CC 4B 61 0 14 FE 5D 29
Octal 64 7 314 113 141 0 24 376 135 51
Binary 110100 111 11001100 1001011 1100001 0 10100 11111110 1011101 101001

Color Harmonies of #3407CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3407CC

Black with #3407CC

Text Example


Text Example

White with #3407CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3407CC;
 }
 .AnyTagClassName
 {
   color: #3407CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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