Html Css Color HEX #3650DC Free Speech Blue

📋 copy color: '#3650DC'

red 54 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Blue #3650DC

Tints of Free Speech Blue #3650DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 15.25%
G = 22.6%
B = 62.15%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3650DC (or 0x3650DC) is known color: Free Speech Blue. HEX triplet: 36, 50 and DC. RGB value is (54,80,220). Sum of RGB (Red+Green+Blue) = 54+80+220=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #3650DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3650DC is #C9AF23. Grayscale: #575757. Windows color (decimal): -13217572 or 14438454. OLE color: 14438454.

HSL color Cylindrical-coordinate representation of color #3650DC: hue angle of 230.6º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3650DC is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 80 220 -
CMYK 0.75 0.64 0 0.14
HSL 230.6º 0.7% 0.54% -
HSV(B) 230.6º 0.75% 0.86% -
XYZ 17.31 11.69 69.05 -
YUV 88.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 54 80 220 0.75 0.64 0 0.14 230.6 0.7 0.54
Hex 36 50 DC 4B 40 0 E E7 46 36
Octal 66 120 334 113 100 0 16 347 106 66
Binary 110110 1010000 11011100 1001011 1000000 0 1110 11100111 1000110 110110

Color Harmonies of #3650DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3650DC

Black with #3650DC

Text Example


Text Example

White with #3650DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3650DC; }

 p { color: rgb(54,80,220); }

 H1.HeaderClassName
 {
   color: #3650DC;
 }
 .AnyTagClassName
 {
   color: #3650DC;
 }
</style>

background-color css

<style>
 a { background-color: #3650DC; }

 a { background-color: rgb(54,80,220); }

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

border-color css

<style>
 span { border-color: #3650DC; }

 span { border-color: rgb(54,80,220); }

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