Html Css Color HEX #384BDB Free Speech Blue

📋 copy color: '#384BDB'

red 56 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Blue #384BDB

Tints of Free Speech Blue #384BDB

RGB

 RED value IS 56 (22.27% from 255) = 16%

 GREEN value IS 75 (29.69% from 255) = 21.43%

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

R = 16%
G = 21.43%
B = 62.57%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#384BDB (or 0x384BDB) is known color: Free Speech Blue. HEX triplet: 38, 4B and DB. RGB value is (56,75,219). Sum of RGB (Red+Green+Blue) = 56+75+219=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 75 (29.69% from 255 or 21.43% 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 #384BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BDB is #C7B424. Grayscale: #555555. Windows color (decimal): -13087781 or 14371640. OLE color: 14371640.

HSL color Cylindrical-coordinate representation of color #384BDB: hue angle of 233.01º 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 #384BDB is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 75 219 -
CMYK 0.74 0.66 0 0.14
HSL 233.01º 0.69% 0.54% -
HSV(B) 233.01º 0.74% 0.86% -
XYZ 16.93 10.99 68.25 -
YUV 85.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 56 75 219 0.74 0.66 0 0.14 233.01 0.69 0.54
Hex 38 4B DB 4A 42 0 E E9 45 36
Octal 70 113 333 112 102 0 16 351 105 66
Binary 111000 1001011 11011011 1001010 1000010 0 1110 11101001 1000101 110110

Color Harmonies of #384BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BDB

Black with #384BDB

Text Example


Text Example

White with #384BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384BDB; }

 p { color: rgb(56,75,219); }

 H1.HeaderClassName
 {
   color: #384BDB;
 }
 .AnyTagClassName
 {
   color: #384BDB;
 }
</style>

background-color css

<style>
 a { background-color: #384BDB; }

 a { background-color: rgb(56,75,219); }

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

border-color css

<style>
 span { border-color: #384BDB; }

 span { border-color: rgb(56,75,219); }

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