Html Css Color HEX #384CBB Free Speech Blue

📋 copy color: '#384CBB'

red 56 ◦ green 76 ◦ blue 187

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

Shades of Free Speech Blue #384CBB

Tints of Free Speech Blue #384CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.82%

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

R = 17.55%
G = 23.82%
B = 58.62%

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

#384CBB (or 0x384CBB) is known color: Free Speech Blue. HEX triplet: 38, 4C and BB. RGB value is (56,76,187). Sum of RGB (Red+Green+Blue) = 56+76+187=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #384CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CBB is #C7B344. Grayscale: #525252. Windows color (decimal): -13087557 or 12274744. OLE color: 12274744.

HSL color Cylindrical-coordinate representation of color #384CBB: hue angle of 230.84º 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 #384CBB is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 76 187 -
CMYK 0.70 0.59 0 0.27
HSL 230.84º 0.54% 0.48% -
HSV(B) 230.84º 0.7% 0.73% -
XYZ 13.18 9.6 48.17 -
YUV 82.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 56 76 187 0.70 0.59 0 0.27 230.84 0.54 0.48
Hex 38 4C BB 46 3B 0 1B E7 36 30
Octal 70 114 273 106 73 0 33 347 66 60
Binary 111000 1001100 10111011 1000110 111011 0 11011 11100111 110110 110000

Color Harmonies of #384CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CBB

Black with #384CBB

Text Example


Text Example

White with #384CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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