Html Css Color HEX #350BC7 Medium Blue

📋 copy color: '#350BC7'

red 53 ◦ green 11 ◦ blue 199

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

Shades of Medium Blue #350BC7

Tints of Medium Blue #350BC7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 199 (78.13% from 255) = 75.67%

R = 20.15%
G = 4.18%
B = 75.67%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#350BC7 (or 0x350BC7) is known color: Medium Blue. HEX triplet: 35, 0B and C7. RGB value is (53,11,199). Sum of RGB (Red+Green+Blue) = 53+11+199=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 199 (78.12% from 255 or 75.67% from 263); Max value from RGB is 199 - color contains mainly: blue. Hex color #350BC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BC7 is #CAF438. Grayscale: #2C2C2C. Windows color (decimal): -13300793 or 13044533. OLE color: 13044533.

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

Color convert

RGB 53 11 199 -
CMYK 0.73 0.94 0 0.22
HSL 253.4º 0.9% 0.41% -
HSV(B) 253.4º 0.94% 0.78% -
XYZ 11.9 5.12 54.39 -
YUV 44.99 214.91 133.71 -
System Red Green Blue C M Y K H S L
Decimal 53 11 199 0.73 0.94 0 0.22 253.4 0.9 0.41
Hex 35 B C7 49 5E 0 16 FD 5A 29
Octal 65 13 307 111 136 0 26 375 132 51
Binary 110101 1011 11000111 1001001 1011110 0 10110 11111101 1011010 101001

Color Harmonies of #350BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BC7

Black with #350BC7

Text Example


Text Example

White with #350BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,11,199); }

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

background-color css

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

 a { background-color: rgb(53,11,199); }

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

border-color css

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

 span { border-color: rgb(53,11,199); }

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