Html Css Color HEX #38479D Tory Blue

📋 copy color: '#38479D'

red 56 ◦ green 71 ◦ blue 157

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

Shades of Tory Blue #38479D

Tints of Tory Blue #38479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 19.72%
G = 25%
B = 55.28%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38479D (or 0x38479D) is known color: Tory Blue. HEX triplet: 38, 47 and 9D. RGB value is (56,71,157). Sum of RGB (Red+Green+Blue) = 56+71+157=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #38479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38479D is #C7B862. Grayscale: #4B4B4B. Windows color (decimal): -13088867 or 10307384. OLE color: 10307384.

HSL color Cylindrical-coordinate representation of color #38479D: hue angle of 231.09º 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 #38479D is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 71 157 -
CMYK 0.64 0.55 0 0.38
HSL 231.09º 0.47% 0.42% -
HSV(B) 231.09º 0.64% 0.62% -
XYZ 9.97 7.78 32.87 -
YUV 76.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 56 71 157 0.64 0.55 0 0.38 231.09 0.47 0.42
Hex 38 47 9D 40 37 0 26 E7 2F 2A
Octal 70 107 235 100 67 0 46 347 57 52
Binary 111000 1000111 10011101 1000000 110111 0 100110 11100111 101111 101010

Color Harmonies of #38479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38479D

Black with #38479D

Text Example


Text Example

White with #38479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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