Html Css Color HEX #384CB8 Free Speech Blue

📋 copy color: '#384CB8'

red 56 ◦ green 76 ◦ blue 184

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

Shades of Free Speech Blue #384CB8

Tints of Free Speech Blue #384CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 58.23%

R = 17.72%
G = 24.05%
B = 58.23%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#384CB8 (or 0x384CB8) is known color: Free Speech Blue. HEX triplet: 38, 4C and B8. RGB value is (56,76,184). Sum of RGB (Red+Green+Blue) = 56+76+184=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 184 (72.27% from 255 or 58.23% from 316); Max value from RGB is 184 - color contains mainly: blue. Hex color #384CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CB8 is #C7B347. Grayscale: #515151. Windows color (decimal): -13087560 or 12078136. OLE color: 12078136.

HSL color Cylindrical-coordinate representation of color #384CB8: hue angle of 230.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384CB8 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 76 184 -
CMYK 0.70 0.59 0 0.28
HSL 230.63º 0.53% 0.47% -
HSV(B) 230.63º 0.7% 0.72% -
XYZ 12.87 9.47 46.5 -
YUV 82.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 56 76 184 0.70 0.59 0 0.28 230.63 0.53 0.47
Hex 38 4C B8 46 3B 0 1C E7 35 2F
Octal 70 114 270 106 73 0 34 347 65 57
Binary 111000 1001100 10111000 1000110 111011 0 11100 11100111 110101 101111

Color Harmonies of #384CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CB8

Black with #384CB8

Text Example


Text Example

White with #384CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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