Html Css Color HEX #3500CC Medium Blue

📋 copy color: '#3500CC'

red 53 ◦ green 0 ◦ blue 204

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

Shades of Medium Blue #3500CC

Tints of Medium Blue #3500CC

RGB

 RED value IS 53 (21.09% from 255) = 20.62%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.62%
G = 0%
B = 79.38%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3500CC (or 0x3500CC) is known color: Medium Blue. HEX triplet: 35, 00 and CC. RGB value is (53,0,204). Sum of RGB (Red+Green+Blue) = 53+0+204=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #3500CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500CC is #CAFF33. Grayscale: #262626. Windows color (decimal): -13303604 or 13369397. OLE color: 13369397.

HSL color Cylindrical-coordinate representation of color #3500CC: hue angle of 255.59º 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 #3500CC is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 0 204 -
CMYK 0.74 1 0 0.2
HSL 255.59º 1% 0.4% -
HSV(B) 255.59º 1% 0.8% -
XYZ 12.37 5.12 57.46 -
YUV 39.1 221.06 137.91 -
System Red Green Blue C M Y K H S L
Decimal 53 0 204 0.74 1 0 0.2 255.59 1 0.4
Hex 35 0 CC 4A 64 0 14 100 64 28
Octal 65 0 314 112 144 0 24 400 144 50
Binary 110101 0 11001100 1001010 1100100 0 10100 100000000 1100100 101000

Color Harmonies of #3500CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500CC

Black with #3500CC

Text Example


Text Example

White with #3500CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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