Html Css Color HEX #384582 Tory Blue

📋 copy color: '#384582'

red 56 ◦ green 69 ◦ blue 130

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

Shades of Tory Blue #384582

Tints of Tory Blue #384582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 21.96%
G = 27.06%
B = 50.98%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#384582 (or 0x384582) is known color: Tory Blue. HEX triplet: 38, 45 and 82. RGB value is (56,69,130). Sum of RGB (Red+Green+Blue) = 56+69+130=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #384582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384582 is #C7BA7D. Grayscale: #474747. Windows color (decimal): -13089406 or 8537400. OLE color: 8537400.

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

Color convert

RGB 56 69 130 -
CMYK 0.57 0.47 0 0.49
HSL 229.46º 0.4% 0.36% -
HSV(B) 229.46º 0.57% 0.51% -
XYZ 7.79 6.71 22 -
YUV 72.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 56 69 130 0.57 0.47 0 0.49 229.46 0.4 0.36
Hex 38 45 82 39 2F 0 31 E5 28 24
Octal 70 105 202 71 57 0 61 345 50 44
Binary 111000 1000101 10000010 111001 101111 0 110001 11100101 101000 100100

Color Harmonies of #384582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384582

Black with #384582

Text Example


Text Example

White with #384582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384582; }

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

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

background-color css

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

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

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

border-color css

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

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

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