Html Css Color HEX #350ABF Medium Blue

📋 copy color: '#350ABF'

red 53 ◦ green 10 ◦ blue 191

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

Shades of Medium Blue #350ABF

Tints of Medium Blue #350ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.2%

R = 20.87%
G = 3.94%
B = 75.2%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#350ABF (or 0x350ABF) is known color: Medium Blue. HEX triplet: 35, 0A and BF. RGB value is (53,10,191). Sum of RGB (Red+Green+Blue) = 53+10+191=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #350ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ABF is #CAF540. Grayscale: #2A2A2A. Windows color (decimal): -13301057 or 12519989. OLE color: 12519989.

HSL color Cylindrical-coordinate representation of color #350ABF: hue angle of 254.25º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350ABF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 10 191 -
CMYK 0.72 0.95 0 0.25
HSL 254.25º 0.9% 0.39% -
HSV(B) 254.25º 0.95% 0.75% -
XYZ 10.98 4.74 49.63 -
YUV 43.49 211.25 134.78 -
System Red Green Blue C M Y K H S L
Decimal 53 10 191 0.72 0.95 0 0.25 254.25 0.9 0.39
Hex 35 A BF 48 5F 0 19 FE 5A 27
Octal 65 12 277 110 137 0 31 376 132 47
Binary 110101 1010 10111111 1001000 1011111 0 11001 11111110 1011010 100111

Color Harmonies of #350ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350ABF

Black with #350ABF

Text Example


Text Example

White with #350ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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