Html Css Color HEX #3D5DB3 Free Speech Blue

📋 copy color: '#3D5DB3'

red 61 ◦ green 93 ◦ blue 179

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

Shades of Free Speech Blue #3D5DB3

Tints of Free Speech Blue #3D5DB3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

 BLUE value IS 179 (70.31% from 255) = 53.75%

R = 18.32%
G = 27.93%
B = 53.75%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3D5DB3 (or 0x3D5DB3) is known color: Free Speech Blue. HEX triplet: 3D, 5D and B3. RGB value is (61,93,179). Sum of RGB (Red+Green+Blue) = 61+93+179=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #3D5DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5DB3 is #C2A24C. Grayscale: #5C5C5C. Windows color (decimal): -12755533 or 11754813. OLE color: 11754813.

HSL color Cylindrical-coordinate representation of color #3D5DB3: hue angle of 223.73º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D5DB3 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 93 179 -
CMYK 0.66 0.48 0 0.30
HSL 223.73º 0.49% 0.47% -
HSV(B) 223.73º 0.66% 0.7% -
XYZ 13.98 12.08 44.24 -
YUV 93.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 61 93 179 0.66 0.48 0 0.30 223.73 0.49 0.47
Hex 3D 5D B3 42 30 0 1E E0 31 2F
Octal 75 135 263 102 60 0 36 340 61 57
Binary 111101 1011101 10110011 1000010 110000 0 11110 11100000 110001 101111

Color Harmonies of #3D5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5DB3

Black with #3D5DB3

Text Example


Text Example

White with #3D5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,93,179); }

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

background-color css

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

 a { background-color: rgb(61,93,179); }

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

border-color css

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

 span { border-color: rgb(61,93,179); }

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