Html Css Color HEX #385792 Tory Blue

📋 copy color: '#385792'

red 56 ◦ green 87 ◦ blue 146

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

Shades of Tory Blue #385792

Tints of Tory Blue #385792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 19.38%
G = 30.1%
B = 50.52%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385792 (or 0x385792) is known color: Tory Blue. HEX triplet: 38, 57 and 92. RGB value is (56,87,146). Sum of RGB (Red+Green+Blue) = 56+87+146=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #385792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385792 is #C7A86D. Grayscale: #545454. Windows color (decimal): -13084782 or 9590584. OLE color: 9590584.

HSL color Cylindrical-coordinate representation of color #385792: hue angle of 219.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385792 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 87 146 -
CMYK 0.62 0.40 0 0.43
HSL 219.33º 0.45% 0.4% -
HSV(B) 219.33º 0.62% 0.57% -
XYZ 10.23 9.73 28.53 -
YUV 84.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 56 87 146 0.62 0.40 0 0.43 219.33 0.45 0.4
Hex 38 57 92 3E 28 0 2B DB 2D 28
Octal 70 127 222 76 50 0 53 333 55 50
Binary 111000 1010111 10010010 111110 101000 0 101011 11011011 101101 101000

Color Harmonies of #385792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385792

Black with #385792

Text Example


Text Example

White with #385792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385792; }

 p { color: rgb(56,87,146); }

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

background-color css

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

 a { background-color: rgb(56,87,146); }

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

border-color css

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

 span { border-color: rgb(56,87,146); }

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