Html Css Color HEX #353FDC Free Speech Blue

📋 copy color: '#353FDC'

red 53 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #353FDC

Tints of Free Speech Blue #353FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 15.77%
G = 18.75%
B = 65.48%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#353FDC (or 0x353FDC) is known color: Free Speech Blue. HEX triplet: 35, 3F and DC. RGB value is (53,63,220). Sum of RGB (Red+Green+Blue) = 53+63+220=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #353FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FDC is #CAC023. Grayscale: #4D4D4D. Windows color (decimal): -13287460 or 14434101. OLE color: 14434101.

HSL color Cylindrical-coordinate representation of color #353FDC: hue angle of 236.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353FDC is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 63 220 -
CMYK 0.76 0.71 0 0.14
HSL 236.41º 0.7% 0.54% -
HSV(B) 236.41º 0.76% 0.86% -
XYZ 16.16 9.48 68.69 -
YUV 77.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 53 63 220 0.76 0.71 0 0.14 236.41 0.7 0.54
Hex 35 3F DC 4C 47 0 E EC 46 36
Octal 65 77 334 114 107 0 16 354 106 66
Binary 110101 111111 11011100 1001100 1000111 0 1110 11101100 1000110 110110

Color Harmonies of #353FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FDC

Black with #353FDC

Text Example


Text Example

White with #353FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,220); }

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

background-color css

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

 a { background-color: rgb(53,63,220); }

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

border-color css

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

 span { border-color: rgb(53,63,220); }

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