Html Css Color HEX #384C83 Tory Blue

📋 copy color: '#384C83'

red 56 ◦ green 76 ◦ blue 131

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

Shades of Tory Blue #384C83

Tints of Tory Blue #384C83

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

 BLUE value IS 131 (51.56% from 255) = 49.81%

R = 21.29%
G = 28.9%
B = 49.81%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#384C83 (or 0x384C83) is known color: Tory Blue. HEX triplet: 38, 4C and 83. RGB value is (56,76,131). Sum of RGB (Red+Green+Blue) = 56+76+131=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #384C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C83 is #C7B37C. Grayscale: #4C4C4C. Windows color (decimal): -13087613 or 8604728. OLE color: 8604728.

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

Color convert

RGB 56 76 131 -
CMYK 0.57 0.42 0 0.49
HSL 224º 0.4% 0.37% -
HSV(B) 224º 0.57% 0.51% -
XYZ 8.31 7.65 22.51 -
YUV 76.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 56 76 131 0.57 0.42 0 0.49 224 0.4 0.37
Hex 38 4C 83 39 2A 0 31 E0 28 25
Octal 70 114 203 71 52 0 61 340 50 45
Binary 111000 1001100 10000011 111001 101010 0 110001 11100000 101000 100101

Color Harmonies of #384C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C83

Black with #384C83

Text Example


Text Example

White with #384C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,76,131); }

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

background-color css

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

 a { background-color: rgb(56,76,131); }

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

border-color css

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

 span { border-color: rgb(56,76,131); }

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