Html Css Color HEX #384DBB Free Speech Blue

📋 copy color: '#384DBB'

red 56 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Blue #384DBB

Tints of Free Speech Blue #384DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 17.5%
G = 24.06%
B = 58.44%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#384DBB (or 0x384DBB) is known color: Free Speech Blue. HEX triplet: 38, 4D and BB. RGB value is (56,77,187). Sum of RGB (Red+Green+Blue) = 56+77+187=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #384DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DBB is #C7B244. Grayscale: #525252. Windows color (decimal): -13087301 or 12275000. OLE color: 12275000.

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

Color convert

RGB 56 77 187 -
CMYK 0.70 0.59 0 0.27
HSL 230.38º 0.54% 0.48% -
HSV(B) 230.38º 0.7% 0.73% -
XYZ 13.25 9.74 48.19 -
YUV 83.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 56 77 187 0.70 0.59 0 0.27 230.38 0.54 0.48
Hex 38 4D BB 46 3B 0 1B E6 36 30
Octal 70 115 273 106 73 0 33 346 66 60
Binary 111000 1001101 10111011 1000110 111011 0 11011 11100110 110110 110000

Color Harmonies of #384DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DBB

Black with #384DBB

Text Example


Text Example

White with #384DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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