Html Css Color HEX #3B41D0 Free Speech Blue

📋 copy color: '#3B41D0'

red 59 ◦ green 65 ◦ blue 208

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

Shades of Free Speech Blue #3B41D0

Tints of Free Speech Blue #3B41D0

RGB

 RED value IS 59 (23.44% from 255) = 17.77%

 GREEN value IS 65 (25.78% from 255) = 19.58%

 BLUE value IS 208 (81.64% from 255) = 62.65%

R = 17.77%
G = 19.58%
B = 62.65%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3B41D0 (or 0x3B41D0) is known color: Free Speech Blue. HEX triplet: 3B, 41 and D0. RGB value is (59,65,208). Sum of RGB (Red+Green+Blue) = 59+65+208=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B41D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41D0 is #C4BE2F. Grayscale: #4E4E4E. Windows color (decimal): -12893744 or 13648187. OLE color: 13648187.

HSL color Cylindrical-coordinate representation of color #3B41D0: hue angle of 237.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B41D0 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 65 208 -
CMYK 0.72 0.69 0 0.18
HSL 237.58º 0.61% 0.52% -
HSV(B) 237.58º 0.72% 0.82% -
XYZ 15.08 9.26 60.67 -
YUV 79.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 59 65 208 0.72 0.69 0 0.18 237.58 0.61 0.52
Hex 3B 41 D0 48 45 0 12 EE 3D 34
Octal 73 101 320 110 105 0 22 356 75 64
Binary 111011 1000001 11010000 1001000 1000101 0 10010 11101110 111101 110100

Color Harmonies of #3B41D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B41D0

Black with #3B41D0

Text Example


Text Example

White with #3B41D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,65,208); }

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

background-color css

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

 a { background-color: rgb(59,65,208); }

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

border-color css

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

 span { border-color: rgb(59,65,208); }

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