Html Css Color HEX #38518D Tory Blue

📋 copy color: '#38518D'

red 56 ◦ green 81 ◦ blue 141

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

Shades of Tory Blue #38518D

Tints of Tory Blue #38518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

 BLUE value IS 141 (55.47% from 255) = 50.72%

R = 20.14%
G = 29.14%
B = 50.72%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38518D (or 0x38518D) is known color: Tory Blue. HEX triplet: 38, 51 and 8D. RGB value is (56,81,141). Sum of RGB (Red+Green+Blue) = 56+81+141=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #38518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38518D is #C7AE72. Grayscale: #505050. Windows color (decimal): -13086323 or 9261368. OLE color: 9261368.

HSL color Cylindrical-coordinate representation of color #38518D: hue angle of 222.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38518D is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 81 141 -
CMYK 0.60 0.43 0 0.45
HSL 222.35º 0.43% 0.39% -
HSV(B) 222.35º 0.6% 0.55% -
XYZ 9.38 8.65 26.37 -
YUV 80.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 56 81 141 0.60 0.43 0 0.45 222.35 0.43 0.39
Hex 38 51 8D 3C 2B 0 2D DE 2B 27
Octal 70 121 215 74 53 0 55 336 53 47
Binary 111000 1010001 10001101 111100 101011 0 101101 11011110 101011 100111

Color Harmonies of #38518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38518D

Black with #38518D

Text Example


Text Example

White with #38518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38518D; }

 p { color: rgb(56,81,141); }

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

background-color css

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

 a { background-color: rgb(56,81,141); }

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

border-color css

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

 span { border-color: rgb(56,81,141); }

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