Html Css Color HEX #3B48DB Free Speech Blue

📋 copy color: '#3B48DB'

red 59 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Blue #3B48DB

Tints of Free Speech Blue #3B48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 16.86%
G = 20.57%
B = 62.57%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B48DB (or 0x3B48DB) is known color: Free Speech Blue. HEX triplet: 3B, 48 and DB. RGB value is (59,72,219). Sum of RGB (Red+Green+Blue) = 59+72+219=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B48DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B48DB is #C4B724. Grayscale: #545454. Windows color (decimal): -12891941 or 14370875. OLE color: 14370875.

HSL color Cylindrical-coordinate representation of color #3B48DB: hue angle of 235.12º 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 #3B48DB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 72 219 -
CMYK 0.73 0.67 0 0.14
HSL 235.13º 0.69% 0.55% -
HSV(B) 235.13º 0.73% 0.86% -
XYZ 16.91 10.68 68.19 -
YUV 84.87 203.69 109.55 -
System Red Green Blue C M Y K H S L
Decimal 59 72 219 0.73 0.67 0 0.14 235.13 0.69 0.55
Hex 3B 48 DB 49 43 0 E EB 45 37
Octal 73 110 333 111 103 0 16 353 105 67
Binary 111011 1001000 11011011 1001001 1000011 0 1110 11101011 1000101 110111

Color Harmonies of #3B48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B48DB

Black with #3B48DB

Text Example


Text Example

White with #3B48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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