Html Css Color HEX #3B41DB Free Speech Blue

📋 copy color: '#3B41DB'

red 59 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Blue #3B41DB

Tints of Free Speech Blue #3B41DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 17.2%
G = 18.95%
B = 63.85%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B41DB (or 0x3B41DB) is known color: Free Speech Blue. HEX triplet: 3B, 41 and DB. RGB value is (59,65,219). Sum of RGB (Red+Green+Blue) = 59+65+219=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B41DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41DB is #C4BE24. Grayscale: #505050. Windows color (decimal): -12893733 or 14369083. OLE color: 14369083.

HSL color Cylindrical-coordinate representation of color #3B41DB: hue angle of 237.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B41DB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 65 219 -
CMYK 0.73 0.70 0 0.14
HSL 237.75º 0.69% 0.55% -
HSV(B) 237.75º 0.73% 0.86% -
XYZ 16.48 9.82 68.05 -
YUV 80.76 206.01 112.48 -
System Red Green Blue C M Y K H S L
Decimal 59 65 219 0.73 0.70 0 0.14 237.75 0.69 0.55
Hex 3B 41 DB 49 46 0 E EE 45 37
Octal 73 101 333 111 106 0 16 356 105 67
Binary 111011 1000001 11011011 1001001 1000110 0 1110 11101110 1000101 110111

Color Harmonies of #3B41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B41DB

Black with #3B41DB

Text Example


Text Example

White with #3B41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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