Html Css Color HEX #350DC6 Medium Blue

📋 copy color: '#350DC6'

red 53 ◦ green 13 ◦ blue 198

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

Shades of Medium Blue #350DC6

Tints of Medium Blue #350DC6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

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

R = 20.08%
G = 4.92%
B = 75%

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

#350DC6 (or 0x350DC6) is known color: Medium Blue. HEX triplet: 35, 0D and C6. RGB value is (53,13,198). Sum of RGB (Red+Green+Blue) = 53+13+198=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 198 (77.73% from 255 or 75% from 264); Max value from RGB is 198 - color contains mainly: blue. Hex color #350DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DC6 is #CAF239. Grayscale: #2D2D2D. Windows color (decimal): -13300282 or 12979509. OLE color: 12979509.

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

Color convert

RGB 53 13 198 -
CMYK 0.73 0.93 0 0.22
HSL 252.97º 0.88% 0.41% -
HSV(B) 252.97º 0.93% 0.78% -
XYZ 11.81 5.12 53.79 -
YUV 46.05 213.75 132.96 -
System Red Green Blue C M Y K H S L
Decimal 53 13 198 0.73 0.93 0 0.22 252.97 0.88 0.41
Hex 35 D C6 49 5D 0 16 FD 58 29
Octal 65 15 306 111 135 0 26 375 130 51
Binary 110101 1101 11000110 1001001 1011101 0 10110 11111101 1011000 101001

Color Harmonies of #350DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DC6

Black with #350DC6

Text Example


Text Example

White with #350DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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