Html Css Color HEX #385289 Tory Blue

📋 copy color: '#385289'

red 56 ◦ green 82 ◦ blue 137

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

Shades of Tory Blue #385289

Tints of Tory Blue #385289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 20.36%
G = 29.82%
B = 49.82%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#385289 (or 0x385289) is known color: Tory Blue. HEX triplet: 38, 52 and 89. RGB value is (56,82,137). Sum of RGB (Red+Green+Blue) = 56+82+137=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #385289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385289 is #C7AD76. Grayscale: #505050. Windows color (decimal): -13086071 or 8999480. OLE color: 8999480.

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

Color convert

RGB 56 82 137 -
CMYK 0.59 0.40 0 0.46
HSL 220.74º 0.42% 0.38% -
HSV(B) 220.74º 0.59% 0.54% -
XYZ 9.16 8.68 24.86 -
YUV 80.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 56 82 137 0.59 0.40 0 0.46 220.74 0.42 0.38
Hex 38 52 89 3B 28 0 2E DD 2A 26
Octal 70 122 211 73 50 0 56 335 52 46
Binary 111000 1010010 10001001 111011 101000 0 101110 11011101 101010 100110

Color Harmonies of #385289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385289

Black with #385289

Text Example


Text Example

White with #385289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385289; }

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

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

background-color css

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

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

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

border-color css

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

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

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