Html Css Color HEX #353ADB Free Speech Blue

📋 copy color: '#353ADB'

red 53 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Blue #353ADB

Tints of Free Speech Blue #353ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 16.06%
G = 17.58%
B = 66.36%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#353ADB (or 0x353ADB) is known color: Free Speech Blue. HEX triplet: 35, 3A and DB. RGB value is (53,58,219). Sum of RGB (Red+Green+Blue) = 53+58+219=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #353ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ADB is #CAC524. Grayscale: #4A4A4A. Windows color (decimal): -13288741 or 14367285. OLE color: 14367285.

HSL color Cylindrical-coordinate representation of color #353ADB: hue angle of 238.19º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353ADB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 58 219 -
CMYK 0.76 0.74 0 0.14
HSL 238.19º 0.7% 0.53% -
HSV(B) 238.19º 0.76% 0.86% -
XYZ 15.77 8.9 67.9 -
YUV 74.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 53 58 219 0.76 0.74 0 0.14 238.19 0.7 0.53
Hex 35 3A DB 4C 4A 0 E EE 46 35
Octal 65 72 333 114 112 0 16 356 106 65
Binary 110101 111010 11011011 1001100 1001010 0 1110 11101110 1000110 110101

Color Harmonies of #353ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353ADB

Black with #353ADB

Text Example


Text Example

White with #353ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353ADB; }

 p { color: rgb(53,58,219); }

 H1.HeaderClassName
 {
   color: #353ADB;
 }
 .AnyTagClassName
 {
   color: #353ADB;
 }
</style>

background-color css

<style>
 a { background-color: #353ADB; }

 a { background-color: rgb(53,58,219); }

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

border-color css

<style>
 span { border-color: #353ADB; }

 span { border-color: rgb(53,58,219); }

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