Html Css Color HEX #384C89 Tory Blue

📋 copy color: '#384C89'

red 56 ◦ green 76 ◦ blue 137

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

Shades of Tory Blue #384C89

Tints of Tory Blue #384C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.93%

R = 20.82%
G = 28.25%
B = 50.93%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#384C89 (or 0x384C89) is known color: Tory Blue. HEX triplet: 38, 4C and 89. RGB value is (56,76,137). Sum of RGB (Red+Green+Blue) = 56+76+137=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #384C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C89 is #C7B376. Grayscale: #4C4C4C. Windows color (decimal): -13087607 or 8997944. OLE color: 8997944.

HSL color Cylindrical-coordinate representation of color #384C89: hue angle of 225.19º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384C89 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 76 137 -
CMYK 0.59 0.45 0 0.46
HSL 225.19º 0.42% 0.38% -
HSV(B) 225.19º 0.59% 0.54% -
XYZ 8.73 7.82 24.72 -
YUV 76.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 56 76 137 0.59 0.45 0 0.46 225.19 0.42 0.38
Hex 38 4C 89 3B 2D 0 2E E1 2A 26
Octal 70 114 211 73 55 0 56 341 52 46
Binary 111000 1001100 10001001 111011 101101 0 101110 11100001 101010 100110

Color Harmonies of #384C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C89

Black with #384C89

Text Example


Text Example

White with #384C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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