Html Css Color HEX #38519B Tory Blue

📋 copy color: '#38519B'

red 56 ◦ green 81 ◦ blue 155

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

Shades of Tory Blue #38519B

Tints of Tory Blue #38519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 19.18%
G = 27.74%
B = 53.08%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38519B (or 0x38519B) is known color: Tory Blue. HEX triplet: 38, 51 and 9B. RGB value is (56,81,155). Sum of RGB (Red+Green+Blue) = 56+81+155=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #38519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38519B is #C7AE64. Grayscale: #515151. Windows color (decimal): -13086309 or 10178872. OLE color: 10178872.

HSL color Cylindrical-coordinate representation of color #38519B: hue angle of 224.85º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38519B is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 81 155 -
CMYK 0.64 0.48 0 0.39
HSL 224.85º 0.47% 0.41% -
HSV(B) 224.85º 0.64% 0.61% -
XYZ 10.49 9.09 32.21 -
YUV 81.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 56 81 155 0.64 0.48 0 0.39 224.85 0.47 0.41
Hex 38 51 9B 40 30 0 27 E1 2F 29
Octal 70 121 233 100 60 0 47 341 57 51
Binary 111000 1010001 10011011 1000000 110000 0 100111 11100001 101111 101001

Color Harmonies of #38519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38519B

Black with #38519B

Text Example


Text Example

White with #38519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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