Html Css Color HEX #3656CC Free Speech Blue

📋 copy color: '#3656CC'

red 54 ◦ green 86 ◦ blue 204

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

Shades of Free Speech Blue #3656CC

Tints of Free Speech Blue #3656CC

RGB

 RED value IS 54 (21.48% from 255) = 15.7%

 GREEN value IS 86 (33.98% from 255) = 25%

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

R = 15.7%
G = 25%
B = 59.3%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3656CC (or 0x3656CC) is known color: Free Speech Blue. HEX triplet: 36, 56 and CC. RGB value is (54,86,204). Sum of RGB (Red+Green+Blue) = 54+86+204=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #3656CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3656CC is #C9A933. Grayscale: #595959. Windows color (decimal): -13216052 or 13391414. OLE color: 13391414.

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

Color convert

RGB 54 86 204 -
CMYK 0.74 0.58 0 0.2
HSL 227.2º 0.6% 0.51% -
HSV(B) 227.2º 0.74% 0.8% -
XYZ 15.75 11.8 58.57 -
YUV 89.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 54 86 204 0.74 0.58 0 0.2 227.2 0.6 0.51
Hex 36 56 CC 4A 3A 0 14 E3 3C 33
Octal 66 126 314 112 72 0 24 343 74 63
Binary 110110 1010110 11001100 1001010 111010 0 10100 11100011 111100 110011

Color Harmonies of #3656CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3656CC

Black with #3656CC

Text Example


Text Example

White with #3656CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3656CC; }

 p { color: rgb(54,86,204); }

 H1.HeaderClassName
 {
   color: #3656CC;
 }
 .AnyTagClassName
 {
   color: #3656CC;
 }
</style>

background-color css

<style>
 a { background-color: #3656CC; }

 a { background-color: rgb(54,86,204); }

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

border-color css

<style>
 span { border-color: #3656CC; }

 span { border-color: rgb(54,86,204); }

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