Html Css Color HEX #38519C Tory Blue

📋 copy color: '#38519C'

red 56 ◦ green 81 ◦ blue 156

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

Shades of Tory Blue #38519C

Tints of Tory Blue #38519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 19.11%
G = 27.65%
B = 53.24%

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

#38519C (or 0x38519C) is known color: Tory Blue. HEX triplet: 38, 51 and 9C. RGB value is (56,81,156). Sum of RGB (Red+Green+Blue) = 56+81+156=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #38519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38519C is #C7AE63. Grayscale: #515151. Windows color (decimal): -13086308 or 10244408. OLE color: 10244408.

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

Color convert

RGB 56 81 156 -
CMYK 0.64 0.48 0 0.39
HSL 225º 0.47% 0.42% -
HSV(B) 225º 0.64% 0.61% -
XYZ 10.57 9.13 32.66 -
YUV 82.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 56 81 156 0.64 0.48 0 0.39 225 0.47 0.42
Hex 38 51 9C 40 30 0 27 E1 2F 2A
Octal 70 121 234 100 60 0 47 341 57 52
Binary 111000 1010001 10011100 1000000 110000 0 100111 11100001 101111 101010

Color Harmonies of #38519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38519C

Black with #38519C

Text Example


Text Example

White with #38519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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