Html Css Color HEX #353BDD Free Speech Blue

📋 copy color: '#353BDD'

red 53 ◦ green 59 ◦ blue 221

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

Shades of Free Speech Blue #353BDD

Tints of Free Speech Blue #353BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.37%

R = 15.92%
G = 17.72%
B = 66.37%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#353BDD (or 0x353BDD) is known color: Free Speech Blue. HEX triplet: 35, 3B and DD. RGB value is (53,59,221). Sum of RGB (Red+Green+Blue) = 53+59+221=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #353BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BDD is #CAC422. Grayscale: #4B4B4B. Windows color (decimal): -13288483 or 14498613. OLE color: 14498613.

HSL color Cylindrical-coordinate representation of color #353BDD: hue angle of 237.86º degrees, saturation: 0.71, 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 #353BDD is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 59 221 -
CMYK 0.76 0.73 0 0.13
HSL 237.86º 0.71% 0.54% -
HSV(B) 237.86º 0.76% 0.87% -
XYZ 16.08 9.11 69.32 -
YUV 75.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 53 59 221 0.76 0.73 0 0.13 237.86 0.71 0.54
Hex 35 3B DD 4C 49 0 D EE 47 36
Octal 65 73 335 114 111 0 15 356 107 66
Binary 110101 111011 11011101 1001100 1001001 0 1101 11101110 1000111 110110

Color Harmonies of #353BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BDD

Black with #353BDD

Text Example


Text Example

White with #353BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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