Html Css Color HEX #384882 Tory Blue

📋 copy color: '#384882'

red 56 ◦ green 72 ◦ blue 130

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

Shades of Tory Blue #384882

Tints of Tory Blue #384882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 21.71%
G = 27.91%
B = 50.39%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#384882 (or 0x384882) is known color: Tory Blue. HEX triplet: 38, 48 and 82. RGB value is (56,72,130). Sum of RGB (Red+Green+Blue) = 56+72+130=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #384882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384882 is #C7B77D. Grayscale: #494949. Windows color (decimal): -13088638 or 8538168. OLE color: 8538168.

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

Color convert

RGB 56 72 130 -
CMYK 0.57 0.45 0 0.49
HSL 227.03º 0.4% 0.36% -
HSV(B) 227.03º 0.57% 0.51% -
XYZ 7.98 7.09 22.07 -
YUV 73.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 56 72 130 0.57 0.45 0 0.49 227.03 0.4 0.36
Hex 38 48 82 39 2D 0 31 E3 28 24
Octal 70 110 202 71 55 0 61 343 50 44
Binary 111000 1001000 10000010 111001 101101 0 110001 11100011 101000 100100

Color Harmonies of #384882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384882

Black with #384882

Text Example


Text Example

White with #384882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384882; }

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

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

background-color css

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

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

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

border-color css

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

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

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