Html Css Color HEX #384C87 Tory Blue

📋 copy color: '#384C87'

red 56 ◦ green 76 ◦ blue 135

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

Shades of Tory Blue #384C87

Tints of Tory Blue #384C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.56%

R = 20.97%
G = 28.46%
B = 50.56%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#384C87 (or 0x384C87) is known color: Tory Blue. HEX triplet: 38, 4C and 87. RGB value is (56,76,135). Sum of RGB (Red+Green+Blue) = 56+76+135=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #384C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C87 is #C7B378. Grayscale: #4C4C4C. Windows color (decimal): -13087609 or 8866872. OLE color: 8866872.

HSL color Cylindrical-coordinate representation of color #384C87: hue angle of 224.81º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384C87 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 76 135 -
CMYK 0.59 0.44 0 0.47
HSL 224.81º 0.41% 0.37% -
HSV(B) 224.81º 0.59% 0.53% -
XYZ 8.59 7.76 23.97 -
YUV 76.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 56 76 135 0.59 0.44 0 0.47 224.81 0.41 0.37
Hex 38 4C 87 3B 2C 0 2F E1 29 25
Octal 70 114 207 73 54 0 57 341 51 45
Binary 111000 1001100 10000111 111011 101100 0 101111 11100001 101001 100101

Color Harmonies of #384C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C87

Black with #384C87

Text Example


Text Example

White with #384C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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