Html Css Color HEX #3500CE Medium Blue

📋 copy color: '#3500CE'

red 53 ◦ green 0 ◦ blue 206

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

Shades of Medium Blue #3500CE

Tints of Medium Blue #3500CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 79.54%

R = 20.46%
G = 0%
B = 79.54%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3500CE (or 0x3500CE) is known color: Medium Blue. HEX triplet: 35, 00 and CE. RGB value is (53,0,206). Sum of RGB (Red+Green+Blue) = 53+0+206=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #3500CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500CE is #CAFF31. Grayscale: #262626. Windows color (decimal): -13303602 or 13500469. OLE color: 13500469.

HSL color Cylindrical-coordinate representation of color #3500CE: hue angle of 255.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500CE is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 0 206 -
CMYK 0.74 1 0 0.19
HSL 255.44º 1% 0.4% -
HSV(B) 255.44º 1% 0.81% -
XYZ 12.61 5.21 58.73 -
YUV 39.33 222.06 137.75 -
System Red Green Blue C M Y K H S L
Decimal 53 0 206 0.74 1 0 0.19 255.44 1 0.4
Hex 35 0 CE 4A 64 0 13 FF 64 28
Octal 65 0 316 112 144 0 23 377 144 50
Binary 110101 0 11001110 1001010 1100100 0 10011 11111111 1100100 101000

Color Harmonies of #3500CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500CE

Black with #3500CE

Text Example


Text Example

White with #3500CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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