Html Css Color HEX #353ADF Free Speech Blue

📋 copy color: '#353ADF'

red 53 ◦ green 58 ◦ blue 223

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

Shades of Free Speech Blue #353ADF

Tints of Free Speech Blue #353ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 15.87%
G = 17.37%
B = 66.77%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#353ADF (or 0x353ADF) is known color: Free Speech Blue. HEX triplet: 35, 3A and DF. RGB value is (53,58,223). Sum of RGB (Red+Green+Blue) = 53+58+223=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #353ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ADF is #CAC520. Grayscale: #4A4A4A. Windows color (decimal): -13288737 or 14629429. OLE color: 14629429.

HSL color Cylindrical-coordinate representation of color #353ADF: hue angle of 238.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353ADF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 58 223 -
CMYK 0.76 0.74 0 0.13
HSL 238.24º 0.73% 0.54% -
HSV(B) 238.24º 0.76% 0.87% -
XYZ 16.3 9.11 70.71 -
YUV 75.32 211.34 112.08 -
System Red Green Blue C M Y K H S L
Decimal 53 58 223 0.76 0.74 0 0.13 238.24 0.73 0.54
Hex 35 3A DF 4C 4A 0 D EE 49 36
Octal 65 72 337 114 112 0 15 356 111 66
Binary 110101 111010 11011111 1001100 1001010 0 1101 11101110 1001001 110110

Color Harmonies of #353ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353ADF

Black with #353ADF

Text Example


Text Example

White with #353ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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