Html Css Color HEX #384CBC Free Speech Blue

📋 copy color: '#384CBC'

red 56 ◦ green 76 ◦ blue 188

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

Shades of Free Speech Blue #384CBC

Tints of Free Speech Blue #384CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 17.5%
G = 23.75%
B = 58.75%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#384CBC (or 0x384CBC) is known color: Free Speech Blue. HEX triplet: 38, 4C and BC. RGB value is (56,76,188). Sum of RGB (Red+Green+Blue) = 56+76+188=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #384CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CBC is #C7B343. Grayscale: #525252. Windows color (decimal): -13087556 or 12340280. OLE color: 12340280.

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

Color convert

RGB 56 76 188 -
CMYK 0.70 0.60 0 0.26
HSL 230.91º 0.54% 0.48% -
HSV(B) 230.91º 0.7% 0.74% -
XYZ 13.29 9.64 48.74 -
YUV 82.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 56 76 188 0.70 0.60 0 0.26 230.91 0.54 0.48
Hex 38 4C BC 46 3C 0 1A E7 36 30
Octal 70 114 274 106 74 0 32 347 66 60
Binary 111000 1001100 10111100 1000110 111100 0 11010 11100111 110110 110000

Color Harmonies of #384CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CBC

Black with #384CBC

Text Example


Text Example

White with #384CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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