Html Css Color HEX #384589 Tory Blue

📋 copy color: '#384589'

red 56 ◦ green 69 ◦ blue 137

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

Shades of Tory Blue #384589

Tints of Tory Blue #384589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 21.37%
G = 26.34%
B = 52.29%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#384589 (or 0x384589) is known color: Tory Blue. HEX triplet: 38, 45 and 89. RGB value is (56,69,137). Sum of RGB (Red+Green+Blue) = 56+69+137=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #384589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384589 is #C7BA76. Grayscale: #484848. Windows color (decimal): -13089399 or 8996152. OLE color: 8996152.

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

Color convert

RGB 56 69 137 -
CMYK 0.59 0.50 0 0.46
HSL 230.37º 0.42% 0.38% -
HSV(B) 230.37º 0.59% 0.54% -
XYZ 8.27 6.9 24.56 -
YUV 72.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 56 69 137 0.59 0.50 0 0.46 230.37 0.42 0.38
Hex 38 45 89 3B 32 0 2E E6 2A 26
Octal 70 105 211 73 62 0 56 346 52 46
Binary 111000 1000101 10001001 111011 110010 0 101110 11100110 101010 100110

Color Harmonies of #384589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384589

Black with #384589

Text Example


Text Example

White with #384589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384589; }

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

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

background-color css

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

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

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

border-color css

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

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

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