Html Css Color HEX #385489 Tory Blue

📋 copy color: '#385489'

red 56 ◦ green 84 ◦ blue 137

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

Shades of Tory Blue #385489

Tints of Tory Blue #385489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

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

R = 20.22%
G = 30.32%
B = 49.46%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#385489 (or 0x385489) is known color: Tory Blue. HEX triplet: 38, 54 and 89. RGB value is (56,84,137). Sum of RGB (Red+Green+Blue) = 56+84+137=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #385489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385489 is #C7AB76. Grayscale: #515151. Windows color (decimal): -13085559 or 8999992. OLE color: 8999992.

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

Color convert

RGB 56 84 137 -
CMYK 0.59 0.39 0 0.46
HSL 219.26º 0.42% 0.38% -
HSV(B) 219.26º 0.59% 0.54% -
XYZ 9.32 8.99 24.91 -
YUV 81.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 56 84 137 0.59 0.39 0 0.46 219.26 0.42 0.38
Hex 38 54 89 3B 27 0 2E DB 2A 26
Octal 70 124 211 73 47 0 56 333 52 46
Binary 111000 1010100 10001001 111011 100111 0 101110 11011011 101010 100110

Color Harmonies of #385489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385489

Black with #385489

Text Example


Text Example

White with #385489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385489; }

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

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

background-color css

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

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

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

border-color css

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

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

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