Html Css Color HEX #384D89 Tory Blue

📋 copy color: '#384D89'

red 56 ◦ green 77 ◦ blue 137

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

Shades of Tory Blue #384D89

Tints of Tory Blue #384D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

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

R = 20.74%
G = 28.52%
B = 50.74%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#384D89 (or 0x384D89) is known color: Tory Blue. HEX triplet: 38, 4D and 89. RGB value is (56,77,137). Sum of RGB (Red+Green+Blue) = 56+77+137=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #384D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D89 is #C7B276. Grayscale: #4D4D4D. Windows color (decimal): -13087351 or 8998200. OLE color: 8998200.

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

Color convert

RGB 56 77 137 -
CMYK 0.59 0.44 0 0.46
HSL 224.44º 0.42% 0.38% -
HSV(B) 224.44º 0.59% 0.54% -
XYZ 8.8 7.95 24.74 -
YUV 77.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 56 77 137 0.59 0.44 0 0.46 224.44 0.42 0.38
Hex 38 4D 89 3B 2C 0 2E E0 2A 26
Octal 70 115 211 73 54 0 56 340 52 46
Binary 111000 1001101 10001001 111011 101100 0 101110 11100000 101010 100110

Color Harmonies of #384D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D89

Black with #384D89

Text Example


Text Example

White with #384D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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