Html Css Color HEX #353CE1 Free Speech Blue

📋 copy color: '#353CE1'

red 53 ◦ green 60 ◦ blue 225

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

Shades of Free Speech Blue #353CE1

Tints of Free Speech Blue #353CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

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

R = 15.68%
G = 17.75%
B = 66.57%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#353CE1 (or 0x353CE1) is known color: Free Speech Blue. HEX triplet: 35, 3C and E1. RGB value is (53,60,225). Sum of RGB (Red+Green+Blue) = 53+60+225=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #353CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CE1 is #CAC31E. Grayscale: #4C4C4C. Windows color (decimal): -13288223 or 14761013. OLE color: 14761013.

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

Color convert

RGB 53 60 225 -
CMYK 0.76 0.73 0 0.12
HSL 237.56º 0.74% 0.55% -
HSV(B) 237.56º 0.76% 0.88% -
XYZ 16.67 9.42 72.17 -
YUV 76.72 211.68 111.08 -
System Red Green Blue C M Y K H S L
Decimal 53 60 225 0.76 0.73 0 0.12 237.56 0.74 0.55
Hex 35 3C E1 4C 49 0 C EE 4A 37
Octal 65 74 341 114 111 0 14 356 112 67
Binary 110101 111100 11100001 1001100 1001001 0 1100 11101110 1001010 110111

Color Harmonies of #353CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CE1

Black with #353CE1

Text Example


Text Example

White with #353CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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