Html Css Color HEX #3650CE Free Speech Blue

📋 copy color: '#3650CE'

red 54 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Blue #3650CE

Tints of Free Speech Blue #3650CE

RGB

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

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

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

R = 15.88%
G = 23.53%
B = 60.59%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3650CE (or 0x3650CE) is known color: Free Speech Blue. HEX triplet: 36, 50 and CE. RGB value is (54,80,206). Sum of RGB (Red+Green+Blue) = 54+80+206=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #3650CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3650CE is #C9AF31. Grayscale: #565656. Windows color (decimal): -13217586 or 13520950. OLE color: 13520950.

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

Color convert

RGB 54 80 206 -
CMYK 0.74 0.61 0 0.19
HSL 229.74º 0.61% 0.51% -
HSV(B) 229.74º 0.74% 0.81% -
XYZ 15.53 10.98 59.69 -
YUV 86.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 54 80 206 0.74 0.61 0 0.19 229.74 0.61 0.51
Hex 36 50 CE 4A 3D 0 13 E6 3D 33
Octal 66 120 316 112 75 0 23 346 75 63
Binary 110110 1010000 11001110 1001010 111101 0 10011 11100110 111101 110011

Color Harmonies of #3650CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3650CE

Black with #3650CE

Text Example


Text Example

White with #3650CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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