Html Css Color HEX #384982 Tory Blue

📋 copy color: '#384982'

red 56 ◦ green 73 ◦ blue 130

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

Shades of Tory Blue #384982

Tints of Tory Blue #384982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.19%

R = 21.62%
G = 28.19%
B = 50.19%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#384982 (or 0x384982) is known color: Tory Blue. HEX triplet: 38, 49 and 82. RGB value is (56,73,130). Sum of RGB (Red+Green+Blue) = 56+73+130=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #384982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384982 is #C7B67D. Grayscale: #4A4A4A. Windows color (decimal): -13088382 or 8538424. OLE color: 8538424.

HSL color Cylindrical-coordinate representation of color #384982: hue angle of 226.22º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384982 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 73 130 -
CMYK 0.57 0.44 0 0.49
HSL 226.22º 0.4% 0.36% -
HSV(B) 226.22º 0.57% 0.51% -
XYZ 8.04 7.22 22.09 -
YUV 74.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 56 73 130 0.57 0.44 0 0.49 226.22 0.4 0.36
Hex 38 49 82 39 2C 0 31 E2 28 24
Octal 70 111 202 71 54 0 61 342 50 44
Binary 111000 1001001 10000010 111001 101100 0 110001 11100010 101000 100100

Color Harmonies of #384982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384982

Black with #384982

Text Example


Text Example

White with #384982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384982; }

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

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

background-color css

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

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

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

border-color css

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

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

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