Html Css Color HEX #385890 Tory Blue

📋 copy color: '#385890'

red 56 ◦ green 88 ◦ blue 144

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

Shades of Tory Blue #385890

Tints of Tory Blue #385890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50%

R = 19.44%
G = 30.56%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#385890 (or 0x385890) is known color: Tory Blue. HEX triplet: 38, 58 and 90. RGB value is (56,88,144). Sum of RGB (Red+Green+Blue) = 56+88+144=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #385890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385890 is #C7A76F. Grayscale: #545454. Windows color (decimal): -13084528 or 9459768. OLE color: 9459768.

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

Color convert

RGB 56 88 144 -
CMYK 0.61 0.39 0 0.44
HSL 218.18º 0.44% 0.39% -
HSV(B) 218.18º 0.61% 0.56% -
XYZ 10.15 9.83 27.75 -
YUV 84.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 56 88 144 0.61 0.39 0 0.44 218.18 0.44 0.39
Hex 38 58 90 3D 27 0 2C DA 2C 27
Octal 70 130 220 75 47 0 54 332 54 47
Binary 111000 1011000 10010000 111101 100111 0 101100 11011010 101100 100111

Color Harmonies of #385890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385890

Black with #385890

Text Example


Text Example

White with #385890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385890; }

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

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

background-color css

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

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

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

border-color css

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

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

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