Html Css Color HEX #384D84 Tory Blue

📋 copy color: '#384D84'

red 56 ◦ green 77 ◦ blue 132

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

Shades of Tory Blue #384D84

Tints of Tory Blue #384D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 132 (51.95% from 255) = 49.81%

R = 21.13%
G = 29.06%
B = 49.81%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#384D84 (or 0x384D84) is known color: Tory Blue. HEX triplet: 38, 4D and 84. RGB value is (56,77,132). Sum of RGB (Red+Green+Blue) = 56+77+132=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #384D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D84 is #C7B27B. Grayscale: #4C4C4C. Windows color (decimal): -13087356 or 8670520. OLE color: 8670520.

HSL color Cylindrical-coordinate representation of color #384D84: hue angle of 223.42º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384D84 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 77 132 -
CMYK 0.58 0.42 0 0.48
HSL 223.42º 0.4% 0.37% -
HSV(B) 223.42º 0.58% 0.52% -
XYZ 8.45 7.81 22.89 -
YUV 76.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 56 77 132 0.58 0.42 0 0.48 223.42 0.4 0.37
Hex 38 4D 84 3A 2A 0 30 DF 28 25
Octal 70 115 204 72 52 0 60 337 50 45
Binary 111000 1001101 10000100 111010 101010 0 110000 11011111 101000 100101

Color Harmonies of #384D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D84

Black with #384D84

Text Example


Text Example

White with #384D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,132); }

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

background-color css

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

 a { background-color: rgb(56,77,132); }

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

border-color css

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

 span { border-color: rgb(56,77,132); }

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