Html Css Color HEX #353EDF Free Speech Blue

📋 copy color: '#353EDF'

red 53 ◦ green 62 ◦ blue 223

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

Shades of Free Speech Blue #353EDF

Tints of Free Speech Blue #353EDF

RGB

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

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

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

R = 15.68%
G = 18.34%
B = 65.98%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#353EDF (or 0x353EDF) is known color: Free Speech Blue. HEX triplet: 35, 3E and DF. RGB value is (53,62,223). Sum of RGB (Red+Green+Blue) = 53+62+223=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #353EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EDF is #CAC120. Grayscale: #4D4D4D. Windows color (decimal): -13287713 or 14630453. OLE color: 14630453.

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

Color convert

RGB 53 62 223 -
CMYK 0.76 0.72 0 0.13
HSL 236.82º 0.73% 0.54% -
HSV(B) 236.82º 0.76% 0.87% -
XYZ 16.51 9.53 70.78 -
YUV 77.66 210.02 110.41 -
System Red Green Blue C M Y K H S L
Decimal 53 62 223 0.76 0.72 0 0.13 236.82 0.73 0.54
Hex 35 3E DF 4C 48 0 D ED 49 36
Octal 65 76 337 114 110 0 15 355 111 66
Binary 110101 111110 11011111 1001100 1001000 0 1101 11101101 1001001 110110

Color Harmonies of #353EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EDF

Black with #353EDF

Text Example


Text Example

White with #353EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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