Html Css Color HEX #384A82 Tory Blue

📋 copy color: '#384A82'

red 56 ◦ green 74 ◦ blue 130

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

Shades of Tory Blue #384A82

Tints of Tory Blue #384A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 21.54%
G = 28.46%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#384A82 (or 0x384A82) is known color: Tory Blue. HEX triplet: 38, 4A and 82. RGB value is (56,74,130). Sum of RGB (Red+Green+Blue) = 56+74+130=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #384A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384A82 is #C7B57D. Grayscale: #4A4A4A. Windows color (decimal): -13088126 or 8538680. OLE color: 8538680.

HSL color Cylindrical-coordinate representation of color #384A82: hue angle of 225.41º 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 #384A82 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 74 130 -
CMYK 0.57 0.43 0 0.49
HSL 225.41º 0.4% 0.36% -
HSV(B) 225.41º 0.57% 0.51% -
XYZ 8.11 7.35 22.11 -
YUV 75 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 56 74 130 0.57 0.43 0 0.49 225.41 0.4 0.36
Hex 38 4A 82 39 2B 0 31 E1 28 24
Octal 70 112 202 71 53 0 61 341 50 44
Binary 111000 1001010 10000010 111001 101011 0 110001 11100001 101000 100100

Color Harmonies of #384A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A82

Black with #384A82

Text Example


Text Example

White with #384A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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