Html Css Color HEX #353BE1 Free Speech Blue

📋 copy color: '#353BE1'

red 53 ◦ green 59 ◦ blue 225

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

Shades of Free Speech Blue #353BE1

Tints of Free Speech Blue #353BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 15.73%
G = 17.51%
B = 66.77%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#353BE1 (or 0x353BE1) is known color: Free Speech Blue. HEX triplet: 35, 3B and E1. RGB value is (53,59,225). Sum of RGB (Red+Green+Blue) = 53+59+225=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #353BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BE1 is #CAC41E. Grayscale: #4B4B4B. Windows color (decimal): -13288479 or 14760757. OLE color: 14760757.

HSL color Cylindrical-coordinate representation of color #353BE1: hue angle of 237.91º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353BE1 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 59 225 -
CMYK 0.76 0.74 0 0.12
HSL 237.91º 0.74% 0.55% -
HSV(B) 237.91º 0.76% 0.88% -
XYZ 16.62 9.32 72.16 -
YUV 76.13 212.01 111.5 -
System Red Green Blue C M Y K H S L
Decimal 53 59 225 0.76 0.74 0 0.12 237.91 0.74 0.55
Hex 35 3B E1 4C 4A 0 C EE 4A 37
Octal 65 73 341 114 112 0 14 356 112 67
Binary 110101 111011 11100001 1001100 1001010 0 1100 11101110 1001010 110111

Color Harmonies of #353BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BE1

Black with #353BE1

Text Example


Text Example

White with #353BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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