Html Css Color HEX #350BC5 Medium Blue

📋 copy color: '#350BC5'

red 53 ◦ green 11 ◦ blue 197

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

Shades of Medium Blue #350BC5

Tints of Medium Blue #350BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 75.48%

R = 20.31%
G = 4.21%
B = 75.48%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#350BC5 (or 0x350BC5) is known color: Medium Blue. HEX triplet: 35, 0B and C5. RGB value is (53,11,197). Sum of RGB (Red+Green+Blue) = 53+11+197=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 197 (77.34% from 255 or 75.48% from 261); Max value from RGB is 197 - color contains mainly: blue. Hex color #350BC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BC5 is #CAF43A. Grayscale: #2C2C2C. Windows color (decimal): -13300795 or 12913461. OLE color: 12913461.

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

Color convert

RGB 53 11 197 -
CMYK 0.73 0.94 0 0.23
HSL 253.55º 0.89% 0.41% -
HSV(B) 253.55º 0.94% 0.77% -
XYZ 11.67 5.03 53.18 -
YUV 44.76 213.91 133.88 -
System Red Green Blue C M Y K H S L
Decimal 53 11 197 0.73 0.94 0 0.23 253.55 0.89 0.41
Hex 35 B C5 49 5E 0 17 FE 59 29
Octal 65 13 305 111 136 0 27 376 131 51
Binary 110101 1011 11000101 1001001 1011110 0 10111 11111110 1011001 101001

Color Harmonies of #350BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BC5

Black with #350BC5

Text Example


Text Example

White with #350BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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