Html Css Color HEX #353BD8 Free Speech Blue

📋 copy color: '#353BD8'

red 53 ◦ green 59 ◦ blue 216

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

Shades of Free Speech Blue #353BD8

Tints of Free Speech Blue #353BD8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 216 (84.77% from 255) = 65.85%

R = 16.16%
G = 17.99%
B = 65.85%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#353BD8 (or 0x353BD8) is known color: Free Speech Blue. HEX triplet: 35, 3B and D8. RGB value is (53,59,216). Sum of RGB (Red+Green+Blue) = 53+59+216=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 216 (84.77% from 255 or 65.85% from 328); Max value from RGB is 216 - color contains mainly: blue. Hex color #353BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BD8 is #CAC427. Grayscale: #4A4A4A. Windows color (decimal): -13288488 or 14170933. OLE color: 14170933.

HSL color Cylindrical-coordinate representation of color #353BD8: hue angle of 237.79º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #353BD8 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 59 216 -
CMYK 0.75 0.73 0 0.15
HSL 237.79º 0.68% 0.53% -
HSV(B) 237.79º 0.75% 0.85% -
XYZ 15.43 8.84 65.86 -
YUV 75.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 53 59 216 0.75 0.73 0 0.15 237.79 0.68 0.53
Hex 35 3B D8 4B 49 0 F EE 44 35
Octal 65 73 330 113 111 0 17 356 104 65
Binary 110101 111011 11011000 1001011 1001001 0 1111 11101110 1000100 110101

Color Harmonies of #353BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BD8

Black with #353BD8

Text Example


Text Example

White with #353BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,216); }

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

background-color css

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

 a { background-color: rgb(53,59,216); }

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

border-color css

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

 span { border-color: rgb(53,59,216); }

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