Html Css Color HEX #353BE0 Free Speech Blue

📋 copy color: '#353BE0'

red 53 ◦ green 59 ◦ blue 224

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

Shades of Free Speech Blue #353BE0

Tints of Free Speech Blue #353BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.67%

R = 15.77%
G = 17.56%
B = 66.67%

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

#353BE0 (or 0x353BE0) is known color: Free Speech Blue. HEX triplet: 35, 3B and E0. RGB value is (53,59,224). Sum of RGB (Red+Green+Blue) = 53+59+224=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #353BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BE0 is #CAC41F. Grayscale: #4B4B4B. Windows color (decimal): -13288480 or 14695221. OLE color: 14695221.

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

Color convert

RGB 53 59 224 -
CMYK 0.76 0.74 0 0.12
HSL 237.89º 0.73% 0.54% -
HSV(B) 237.89º 0.76% 0.88% -
XYZ 16.49 9.27 71.44 -
YUV 76.02 211.51 111.58 -
System Red Green Blue C M Y K H S L
Decimal 53 59 224 0.76 0.74 0 0.12 237.89 0.73 0.54
Hex 35 3B E0 4C 4A 0 C EE 49 36
Octal 65 73 340 114 112 0 14 356 111 66
Binary 110101 111011 11100000 1001100 1001010 0 1100 11101110 1001001 110110

Color Harmonies of #353BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BE0

Black with #353BE0

Text Example


Text Example

White with #353BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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