Html Css Color HEX #350EC6 Medium Blue

📋 copy color: '#350EC6'

red 53 ◦ green 14 ◦ blue 198

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

Shades of Medium Blue #350EC6

Tints of Medium Blue #350EC6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.28%

 BLUE value IS 198 (77.73% from 255) = 74.72%

R = 20%
G = 5.28%
B = 74.72%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#350EC6 (or 0x350EC6) is known color: Medium Blue. HEX triplet: 35, 0E and C6. RGB value is (53,14,198). Sum of RGB (Red+Green+Blue) = 53+14+198=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 198 (77.73% from 255 or 74.72% from 265); Max value from RGB is 198 - color contains mainly: blue. Hex color #350EC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350EC6 is #CAF139. Grayscale: #2D2D2D. Windows color (decimal): -13300026 or 12979765. OLE color: 12979765.

HSL color Cylindrical-coordinate representation of color #350EC6: hue angle of 252.72º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350EC6 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 14 198 -
CMYK 0.73 0.93 0 0.22
HSL 252.72º 0.87% 0.42% -
HSV(B) 252.72º 0.93% 0.78% -
XYZ 11.82 5.15 53.8 -
YUV 46.64 213.42 132.54 -
System Red Green Blue C M Y K H S L
Decimal 53 14 198 0.73 0.93 0 0.22 252.72 0.87 0.42
Hex 35 E C6 49 5D 0 16 FD 57 2A
Octal 65 16 306 111 135 0 26 375 127 52
Binary 110101 1110 11000110 1001001 1011101 0 10110 11111101 1010111 101010

Color Harmonies of #350EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350EC6

Black with #350EC6

Text Example


Text Example

White with #350EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350EC6; }

 p { color: rgb(53,14,198); }

 H1.HeaderClassName
 {
   color: #350EC6;
 }
 .AnyTagClassName
 {
   color: #350EC6;
 }
</style>

background-color css

<style>
 a { background-color: #350EC6; }

 a { background-color: rgb(53,14,198); }

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

border-color css

<style>
 span { border-color: #350EC6; }

 span { border-color: rgb(53,14,198); }

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