Html Css Color HEX #353EDB Free Speech Blue

📋 copy color: '#353EDB'

red 53 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Blue #353EDB

Tints of Free Speech Blue #353EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

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

R = 15.87%
G = 18.56%
B = 65.57%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#353EDB (or 0x353EDB) is known color: Free Speech Blue. HEX triplet: 35, 3E and DB. RGB value is (53,62,219). Sum of RGB (Red+Green+Blue) = 53+62+219=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #353EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EDB is #CAC124. Grayscale: #4C4C4C. Windows color (decimal): -13287717 or 14368309. OLE color: 14368309.

HSL color Cylindrical-coordinate representation of color #353EDB: hue angle of 236.75º 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 #353EDB is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 62 219 -
CMYK 0.76 0.72 0 0.14
HSL 236.75º 0.7% 0.53% -
HSV(B) 236.75º 0.76% 0.86% -
XYZ 15.98 9.32 67.97 -
YUV 77.21 208.02 110.73 -
System Red Green Blue C M Y K H S L
Decimal 53 62 219 0.76 0.72 0 0.14 236.75 0.7 0.53
Hex 35 3E DB 4C 48 0 E ED 46 35
Octal 65 76 333 114 110 0 16 355 106 65
Binary 110101 111110 11011011 1001100 1001000 0 1110 11101101 1000110 110101

Color Harmonies of #353EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EDB

Black with #353EDB

Text Example


Text Example

White with #353EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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