Html Css Color HEX #353FCE Free Speech Blue

📋 copy color: '#353FCE'

red 53 ◦ green 63 ◦ blue 206

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

Shades of Free Speech Blue #353FCE

Tints of Free Speech Blue #353FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 16.46%
G = 19.57%
B = 63.98%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#353FCE (or 0x353FCE) is known color: Free Speech Blue. HEX triplet: 35, 3F and CE. RGB value is (53,63,206). Sum of RGB (Red+Green+Blue) = 53+63+206=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #353FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FCE is #CAC031. Grayscale: #4B4B4B. Windows color (decimal): -13287474 or 13516597. OLE color: 13516597.

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

Color convert

RGB 53 63 206 -
CMYK 0.74 0.69 0 0.19
HSL 236.08º 0.61% 0.51% -
HSV(B) 236.08º 0.74% 0.81% -
XYZ 14.39 8.77 59.33 -
YUV 76.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 53 63 206 0.74 0.69 0 0.19 236.08 0.61 0.51
Hex 35 3F CE 4A 45 0 13 EC 3D 33
Octal 65 77 316 112 105 0 23 354 75 63
Binary 110101 111111 11001110 1001010 1000101 0 10011 11101100 111101 110011

Color Harmonies of #353FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FCE

Black with #353FCE

Text Example


Text Example

White with #353FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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