Html Css Color HEX #353ECC Free Speech Blue

📋 copy color: '#353ECC'

red 53 ◦ green 62 ◦ blue 204

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

Shades of Free Speech Blue #353ECC

Tints of Free Speech Blue #353ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 16.61%
G = 19.44%
B = 63.95%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#353ECC (or 0x353ECC) is known color: Free Speech Blue. HEX triplet: 35, 3E and CC. RGB value is (53,62,204). Sum of RGB (Red+Green+Blue) = 53+62+204=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #353ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ECC is #CAC133. Grayscale: #4A4A4A. Windows color (decimal): -13287732 or 13385269. OLE color: 13385269.

HSL color Cylindrical-coordinate representation of color #353ECC: hue angle of 236.42º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353ECC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 62 204 -
CMYK 0.74 0.70 0 0.2
HSL 236.42º 0.6% 0.5% -
HSV(B) 236.42º 0.74% 0.8% -
XYZ 14.09 8.56 58.04 -
YUV 75.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 53 62 204 0.74 0.70 0 0.2 236.42 0.6 0.5
Hex 35 3E CC 4A 46 0 14 EC 3C 32
Octal 65 76 314 112 106 0 24 354 74 62
Binary 110101 111110 11001100 1001010 1000110 0 10100 11101100 111100 110010

Color Harmonies of #353ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353ECC

Black with #353ECC

Text Example


Text Example

White with #353ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,204); }

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

background-color css

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

 a { background-color: rgb(53,62,204); }

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

border-color css

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

 span { border-color: rgb(53,62,204); }

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