Html Css Color HEX #3D66BE Free Speech Blue

📋 copy color: '#3D66BE'

red 61 ◦ green 102 ◦ blue 190

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

Shades of Free Speech Blue #3D66BE

Tints of Free Speech Blue #3D66BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.9%

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

R = 17.28%
G = 28.9%
B = 53.82%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D66BE (or 0x3D66BE) is known color: Free Speech Blue. HEX triplet: 3D, 66 and BE. RGB value is (61,102,190). Sum of RGB (Red+Green+Blue) = 61+102+190=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D66BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D66BE is #C29941. Grayscale: #636363. Windows color (decimal): -12753218 or 12478013. OLE color: 12478013.

HSL color Cylindrical-coordinate representation of color #3D66BE: hue angle of 220.93º 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 #3D66BE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 102 190 -
CMYK 0.68 0.46 0 0.25
HSL 220.93º 0.51% 0.49% -
HSV(B) 220.93º 0.68% 0.75% -
XYZ 15.97 14.21 50.62 -
YUV 99.77 178.92 100.34 -
System Red Green Blue C M Y K H S L
Decimal 61 102 190 0.68 0.46 0 0.25 220.93 0.51 0.49
Hex 3D 66 BE 44 2E 0 19 DD 33 31
Octal 75 146 276 104 56 0 31 335 63 61
Binary 111101 1100110 10111110 1000100 101110 0 11001 11011101 110011 110001

Color Harmonies of #3D66BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D66BE

Black with #3D66BE

Text Example


Text Example

White with #3D66BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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