Html Css Color HEX #38509D Tory Blue

📋 copy color: '#38509D'

red 56 ◦ green 80 ◦ blue 157

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

Shades of Tory Blue #38509D

Tints of Tory Blue #38509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 19.11%
G = 27.3%
B = 53.58%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38509D (or 0x38509D) is known color: Tory Blue. HEX triplet: 38, 50 and 9D. RGB value is (56,80,157). Sum of RGB (Red+Green+Blue) = 56+80+157=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #38509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38509D is #C7AF62. Grayscale: #515151. Windows color (decimal): -13086563 or 10309688. OLE color: 10309688.

HSL color Cylindrical-coordinate representation of color #38509D: hue angle of 225.74º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38509D is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 80 157 -
CMYK 0.64 0.49 0 0.38
HSL 225.74º 0.47% 0.42% -
HSV(B) 225.74º 0.64% 0.62% -
XYZ 10.59 9.01 33.08 -
YUV 81.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 56 80 157 0.64 0.49 0 0.38 225.74 0.47 0.42
Hex 38 50 9D 40 31 0 26 E2 2F 2A
Octal 70 120 235 100 61 0 46 342 57 52
Binary 111000 1010000 10011101 1000000 110001 0 100110 11100010 101111 101010

Color Harmonies of #38509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38509D

Black with #38509D

Text Example


Text Example

White with #38509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,80,157); }

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

background-color css

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

 a { background-color: rgb(56,80,157); }

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

border-color css

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

 span { border-color: rgb(56,80,157); }

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