Html Css Color HEX #353DDF Free Speech Blue

📋 copy color: '#353DDF'

red 53 ◦ green 61 ◦ blue 223

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

Shades of Free Speech Blue #353DDF

Tints of Free Speech Blue #353DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

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

R = 15.73%
G = 18.1%
B = 66.17%

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

#353DDF (or 0x353DDF) is known color: Free Speech Blue. HEX triplet: 35, 3D and DF. RGB value is (53,61,223). Sum of RGB (Red+Green+Blue) = 53+61+223=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #353DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DDF is #CAC220. Grayscale: #4C4C4C. Windows color (decimal): -13287969 or 14630197. OLE color: 14630197.

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

Color convert

RGB 53 61 223 -
CMYK 0.76 0.73 0 0.13
HSL 237.18º 0.73% 0.54% -
HSV(B) 237.18º 0.76% 0.87% -
XYZ 16.46 9.42 70.76 -
YUV 77.08 210.35 110.83 -
System Red Green Blue C M Y K H S L
Decimal 53 61 223 0.76 0.73 0 0.13 237.18 0.73 0.54
Hex 35 3D DF 4C 49 0 D ED 49 36
Octal 65 75 337 114 111 0 15 355 111 66
Binary 110101 111101 11011111 1001100 1001001 0 1101 11101101 1001001 110110

Color Harmonies of #353DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DDF

Black with #353DDF

Text Example


Text Example

White with #353DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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