Html Css Color HEX #3948DB Free Speech Blue

📋 copy color: '#3948DB'

red 57 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Blue #3948DB

Tints of Free Speech Blue #3948DB

RGB

 RED value IS 57 (22.66% from 255) = 16.38%

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

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

R = 16.38%
G = 20.69%
B = 62.93%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3948DB (or 0x3948DB) is known color: Free Speech Blue. HEX triplet: 39, 48 and DB. RGB value is (57,72,219). Sum of RGB (Red+Green+Blue) = 57+72+219=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #3948DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3948DB is #C6B724. Grayscale: #535353. Windows color (decimal): -13023013 or 14370873. OLE color: 14370873.

HSL color Cylindrical-coordinate representation of color #3948DB: hue angle of 234.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3948DB is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 72 219 -
CMYK 0.74 0.67 0 0.14
HSL 234.44º 0.69% 0.54% -
HSV(B) 234.44º 0.74% 0.86% -
XYZ 16.79 10.62 68.18 -
YUV 84.27 204.03 108.55 -
System Red Green Blue C M Y K H S L
Decimal 57 72 219 0.74 0.67 0 0.14 234.44 0.69 0.54
Hex 39 48 DB 4A 43 0 E EA 45 36
Octal 71 110 333 112 103 0 16 352 105 66
Binary 111001 1001000 11011011 1001010 1000011 0 1110 11101010 1000101 110110

Color Harmonies of #3948DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3948DB

Black with #3948DB

Text Example


Text Example

White with #3948DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3948DB; }

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

 H1.HeaderClassName
 {
   color: #3948DB;
 }
 .AnyTagClassName
 {
   color: #3948DB;
 }
</style>

background-color css

<style>
 a { background-color: #3948DB; }

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

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

border-color css

<style>
 span { border-color: #3948DB; }

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

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