Html Css Color HEX #385992 Tory Blue

📋 copy color: '#385992'

red 56 ◦ green 89 ◦ blue 146

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

Shades of Tory Blue #385992

Tints of Tory Blue #385992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

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

R = 19.24%
G = 30.58%
B = 50.17%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385992 (or 0x385992) is known color: Tory Blue. HEX triplet: 38, 59 and 92. RGB value is (56,89,146). Sum of RGB (Red+Green+Blue) = 56+89+146=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #385992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385992 is #C7A66D. Grayscale: #555555. Windows color (decimal): -13084270 or 9591096. OLE color: 9591096.

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

Color convert

RGB 56 89 146 -
CMYK 0.62 0.39 0 0.43
HSL 218º 0.45% 0.4% -
HSV(B) 218º 0.62% 0.57% -
XYZ 10.39 10.06 28.59 -
YUV 85.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 56 89 146 0.62 0.39 0 0.43 218 0.45 0.4
Hex 38 59 92 3E 27 0 2B DA 2D 28
Octal 70 131 222 76 47 0 53 332 55 50
Binary 111000 1011001 10010010 111110 100111 0 101011 11011010 101101 101000

Color Harmonies of #385992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385992

Black with #385992

Text Example


Text Example

White with #385992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385992; }

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

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

background-color css

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

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

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

border-color css

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

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

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