Html Css Color HEX #385891 Tory Blue

📋 copy color: '#385891'

red 56 ◦ green 88 ◦ blue 145

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

Shades of Tory Blue #385891

Tints of Tory Blue #385891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

 BLUE value IS 145 (57.03% from 255) = 50.17%

R = 19.38%
G = 30.45%
B = 50.17%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385891 (or 0x385891) is known color: Tory Blue. HEX triplet: 38, 58 and 91. RGB value is (56,88,145). Sum of RGB (Red+Green+Blue) = 56+88+145=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #385891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385891 is #C7A76E. Grayscale: #545454. Windows color (decimal): -13084527 or 9525304. OLE color: 9525304.

HSL color Cylindrical-coordinate representation of color #385891: hue angle of 218.43º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385891 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 88 145 -
CMYK 0.61 0.39 0 0.43
HSL 218.43º 0.44% 0.39% -
HSV(B) 218.43º 0.61% 0.57% -
XYZ 10.23 9.86 28.15 -
YUV 84.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 56 88 145 0.61 0.39 0 0.43 218.43 0.44 0.39
Hex 38 58 91 3D 27 0 2B DA 2C 27
Octal 70 130 221 75 47 0 53 332 54 47
Binary 111000 1011000 10010001 111101 100111 0 101011 11011010 101100 100111

Color Harmonies of #385891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385891

Black with #385891

Text Example


Text Example

White with #385891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385891; }

 p { color: rgb(56,88,145); }

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

background-color css

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

 a { background-color: rgb(56,88,145); }

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

border-color css

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

 span { border-color: rgb(56,88,145); }

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