Html Css Color HEX #353AE1 Free Speech Blue

📋 copy color: '#353AE1'

red 53 ◦ green 58 ◦ blue 225

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

Shades of Free Speech Blue #353AE1

Tints of Free Speech Blue #353AE1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

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

R = 15.77%
G = 17.26%
B = 66.96%

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

#353AE1 (or 0x353AE1) is known color: Free Speech Blue. HEX triplet: 35, 3A and E1. RGB value is (53,58,225). Sum of RGB (Red+Green+Blue) = 53+58+225=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #353AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AE1 is #CAC51E. Grayscale: #4A4A4A. Windows color (decimal): -13288735 or 14760501. OLE color: 14760501.

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

Color convert

RGB 53 58 225 -
CMYK 0.76 0.74 0 0.12
HSL 238.26º 0.74% 0.55% -
HSV(B) 238.26º 0.76% 0.88% -
XYZ 16.57 9.22 72.14 -
YUV 75.54 212.34 111.92 -
System Red Green Blue C M Y K H S L
Decimal 53 58 225 0.76 0.74 0 0.12 238.26 0.74 0.55
Hex 35 3A E1 4C 4A 0 C EE 4A 37
Octal 65 72 341 114 112 0 14 356 112 67
Binary 110101 111010 11100001 1001100 1001010 0 1100 11101110 1001010 110111

Color Harmonies of #353AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AE1

Black with #353AE1

Text Example


Text Example

White with #353AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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