Html Css Color HEX #384CBA Free Speech Blue

📋 copy color: '#384CBA'

red 56 ◦ green 76 ◦ blue 186

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

Shades of Free Speech Blue #384CBA

Tints of Free Speech Blue #384CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 17.61%
G = 23.9%
B = 58.49%

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

#384CBA (or 0x384CBA) is known color: Free Speech Blue. HEX triplet: 38, 4C and BA. RGB value is (56,76,186). Sum of RGB (Red+Green+Blue) = 56+76+186=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #384CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CBA is #C7B345. Grayscale: #525252. Windows color (decimal): -13087558 or 12209208. OLE color: 12209208.

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

Color convert

RGB 56 76 186 -
CMYK 0.70 0.59 0 0.27
HSL 230.77º 0.54% 0.47% -
HSV(B) 230.77º 0.7% 0.73% -
XYZ 13.08 9.55 47.61 -
YUV 82.56 186.37 109.06 -
System Red Green Blue C M Y K H S L
Decimal 56 76 186 0.70 0.59 0 0.27 230.77 0.54 0.47
Hex 38 4C BA 46 3B 0 1B E7 36 2F
Octal 70 114 272 106 73 0 33 347 66 57
Binary 111000 1001100 10111010 1000110 111011 0 11011 11100111 110110 101111

Color Harmonies of #384CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CBA

Black with #384CBA

Text Example


Text Example

White with #384CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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