Html Css Color HEX #3D68BE Free Speech Blue

📋 copy color: '#3D68BE'

red 61 ◦ green 104 ◦ blue 190

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

Shades of Free Speech Blue #3D68BE

Tints of Free Speech Blue #3D68BE

RGB

 RED value IS 61 (24.22% from 255) = 17.18%

 GREEN value IS 104 (41.02% from 255) = 29.3%

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 17.18%
G = 29.3%
B = 53.52%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D68BE (or 0x3D68BE) is known color: Free Speech Blue. HEX triplet: 3D, 68 and BE. RGB value is (61,104,190). Sum of RGB (Red+Green+Blue) = 61+104+190=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D68BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D68BE is #C29741. Grayscale: #646464. Windows color (decimal): -12752706 or 12478525. OLE color: 12478525.

HSL color Cylindrical-coordinate representation of color #3D68BE: hue angle of 220º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D68BE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 104 190 -
CMYK 0.68 0.45 0 0.25
HSL 220º 0.51% 0.49% -
HSV(B) 220º 0.68% 0.75% -
XYZ 16.17 14.61 50.68 -
YUV 100.95 178.25 99.51 -
System Red Green Blue C M Y K H S L
Decimal 61 104 190 0.68 0.45 0 0.25 220 0.51 0.49
Hex 3D 68 BE 44 2D 0 19 DC 33 31
Octal 75 150 276 104 55 0 31 334 63 61
Binary 111101 1101000 10111110 1000100 101101 0 11001 11011100 110011 110001

Color Harmonies of #3D68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D68BE

Black with #3D68BE

Text Example


Text Example

White with #3D68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D68BE; }

 p { color: rgb(61,104,190); }

 H1.HeaderClassName
 {
   color: #3D68BE;
 }
 .AnyTagClassName
 {
   color: #3D68BE;
 }
</style>

background-color css

<style>
 a { background-color: #3D68BE; }

 a { background-color: rgb(61,104,190); }

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

border-color css

<style>
 span { border-color: #3D68BE; }

 span { border-color: rgb(61,104,190); }

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