Html Css Color HEX #3502CD Medium Blue

📋 copy color: '#3502CD'

red 53 ◦ green 2 ◦ blue 205

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

Shades of Medium Blue #3502CD

Tints of Medium Blue #3502CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 205 (80.47% from 255) = 78.85%

R = 20.38%
G = 0.77%
B = 78.85%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3502CD (or 0x3502CD) is known color: Medium Blue. HEX triplet: 35, 02 and CD. RGB value is (53,2,205). Sum of RGB (Red+Green+Blue) = 53+2+205=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #3502CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502CD is #CAFD32. Grayscale: #272727. Windows color (decimal): -13303091 or 13435445. OLE color: 13435445.

HSL color Cylindrical-coordinate representation of color #3502CD: hue angle of 255.07º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502CD is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 2 205 -
CMYK 0.74 0.99 0 0.20
HSL 255.07º 0.98% 0.41% -
HSV(B) 255.07º 0.99% 0.8% -
XYZ 12.51 5.21 58.1 -
YUV 40.39 220.9 136.99 -
System Red Green Blue C M Y K H S L
Decimal 53 2 205 0.74 0.99 0 0.20 255.07 0.98 0.41
Hex 35 2 CD 4A 63 0 14 FF 62 29
Octal 65 2 315 112 143 0 24 377 142 51
Binary 110101 10 11001101 1001010 1100011 0 10100 11111111 1100010 101001

Color Harmonies of #3502CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3502CD

Black with #3502CD

Text Example


Text Example

White with #3502CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3502CD; }

 p { color: rgb(53,2,205); }

 H1.HeaderClassName
 {
   color: #3502CD;
 }
 .AnyTagClassName
 {
   color: #3502CD;
 }
</style>

background-color css

<style>
 a { background-color: #3502CD; }

 a { background-color: rgb(53,2,205); }

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

border-color css

<style>
 span { border-color: #3502CD; }

 span { border-color: rgb(53,2,205); }

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