Html Css Color HEX #384DB9 Free Speech Blue

📋 copy color: '#384DB9'

red 56 ◦ green 77 ◦ blue 185

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

Shades of Free Speech Blue #384DB9

Tints of Free Speech Blue #384DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 185 (72.66% from 255) = 58.18%

R = 17.61%
G = 24.21%
B = 58.18%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#384DB9 (or 0x384DB9) is known color: Free Speech Blue. HEX triplet: 38, 4D and B9. RGB value is (56,77,185). Sum of RGB (Red+Green+Blue) = 56+77+185=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #384DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DB9 is #C7B246. Grayscale: #525252. Windows color (decimal): -13087303 or 12143928. OLE color: 12143928.

HSL color Cylindrical-coordinate representation of color #384DB9: hue angle of 230.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384DB9 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 77 185 -
CMYK 0.70 0.58 0 0.27
HSL 230.23º 0.54% 0.47% -
HSV(B) 230.23º 0.7% 0.73% -
XYZ 13.04 9.65 47.07 -
YUV 83.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 56 77 185 0.70 0.58 0 0.27 230.23 0.54 0.47
Hex 38 4D B9 46 3A 0 1B E6 36 2F
Octal 70 115 271 106 72 0 33 346 66 57
Binary 111000 1001101 10111001 1000110 111010 0 11011 11100110 110110 101111

Color Harmonies of #384DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DB9

Black with #384DB9

Text Example


Text Example

White with #384DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,185); }

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

background-color css

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

 a { background-color: rgb(56,77,185); }

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

border-color css

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

 span { border-color: rgb(56,77,185); }

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