Html Css Color HEX #353BCE Free Speech Blue

📋 copy color: '#353BCE'

red 53 ◦ green 59 ◦ blue 206

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

Shades of Free Speech Blue #353BCE

Tints of Free Speech Blue #353BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 16.67%
G = 18.55%
B = 64.78%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#353BCE (or 0x353BCE) is known color: Free Speech Blue. HEX triplet: 35, 3B and CE. RGB value is (53,59,206). Sum of RGB (Red+Green+Blue) = 53+59+206=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #353BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BCE is #CAC431. Grayscale: #494949. Windows color (decimal): -13288498 or 13515573. OLE color: 13515573.

HSL color Cylindrical-coordinate representation of color #353BCE: hue angle of 237.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353BCE is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 59 206 -
CMYK 0.74 0.71 0 0.19
HSL 237.65º 0.61% 0.51% -
HSV(B) 237.65º 0.74% 0.81% -
XYZ 14.17 8.34 59.26 -
YUV 73.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 53 59 206 0.74 0.71 0 0.19 237.65 0.61 0.51
Hex 35 3B CE 4A 47 0 13 EE 3D 33
Octal 65 73 316 112 107 0 23 356 75 63
Binary 110101 111011 11001110 1001010 1000111 0 10011 11101110 111101 110011

Color Harmonies of #353BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BCE

Black with #353BCE

Text Example


Text Example

White with #353BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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