Html Css Color HEX #384992 Tory Blue

📋 copy color: '#384992'

red 56 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #384992

Tints of Tory Blue #384992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 20.36%
G = 26.55%
B = 53.09%

CMYK

 C value IS 0.62

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#384992 (or 0x384992) is known color: Tory Blue. HEX triplet: 38, 49 and 92. RGB value is (56,73,146). Sum of RGB (Red+Green+Blue) = 56+73+146=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #384992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384992 is #C7B66D. Grayscale: #4B4B4B. Windows color (decimal): -13088366 or 9587000. OLE color: 9587000.

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

Color convert

RGB 56 73 146 -
CMYK 0.62 0.5 0 0.43
HSL 228.67º 0.45% 0.4% -
HSV(B) 228.67º 0.62% 0.57% -
XYZ 9.2 7.68 28.19 -
YUV 76.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 56 73 146 0.62 0.5 0 0.43 228.67 0.45 0.4
Hex 38 49 92 3E 32 0 2B E5 2D 28
Octal 70 111 222 76 62 0 53 345 55 50
Binary 111000 1001001 10010010 111110 110010 0 101011 11100101 101101 101000

Color Harmonies of #384992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384992

Black with #384992

Text Example


Text Example

White with #384992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384992; }

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

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

background-color css

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

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

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

border-color css

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

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

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