Html Css Color HEX #350AC5 Medium Blue

📋 copy color: '#350AC5'

red 53 ◦ green 10 ◦ blue 197

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

Shades of Medium Blue #350AC5

Tints of Medium Blue #350AC5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

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

R = 20.38%
G = 3.85%
B = 75.77%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#350AC5 (or 0x350AC5) is known color: Medium Blue. HEX triplet: 35, 0A and C5. RGB value is (53,10,197). Sum of RGB (Red+Green+Blue) = 53+10+197=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 197 (77.34% from 255 or 75.77% from 260); Max value from RGB is 197 - color contains mainly: blue. Hex color #350AC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350AC5 is #CAF53A. Grayscale: #2B2B2B. Windows color (decimal): -13301051 or 12913205. OLE color: 12913205.

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

Color convert

RGB 53 10 197 -
CMYK 0.73 0.95 0 0.23
HSL 253.8º 0.9% 0.41% -
HSV(B) 253.8º 0.95% 0.77% -
XYZ 11.65 5.01 53.18 -
YUV 44.18 214.25 134.29 -
System Red Green Blue C M Y K H S L
Decimal 53 10 197 0.73 0.95 0 0.23 253.8 0.9 0.41
Hex 35 A C5 49 5F 0 17 FE 5A 29
Octal 65 12 305 111 137 0 27 376 132 51
Binary 110101 1010 11000101 1001001 1011111 0 10111 11111110 1011010 101001

Color Harmonies of #350AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350AC5

Black with #350AC5

Text Example


Text Example

White with #350AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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