Html Css Color HEX #38499D Tory Blue

📋 copy color: '#38499D'

red 56 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #38499D

Tints of Tory Blue #38499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

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

R = 19.58%
G = 25.52%
B = 54.9%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38499D (or 0x38499D) is known color: Tory Blue. HEX triplet: 38, 49 and 9D. RGB value is (56,73,157). Sum of RGB (Red+Green+Blue) = 56+73+157=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #38499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38499D is #C7B662. Grayscale: #4D4D4D. Windows color (decimal): -13088355 or 10307896. OLE color: 10307896.

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

Color convert

RGB 56 73 157 -
CMYK 0.64 0.54 0 0.38
HSL 229.9º 0.47% 0.42% -
HSV(B) 229.9º 0.64% 0.62% -
XYZ 10.1 8.04 32.92 -
YUV 77.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 56 73 157 0.64 0.54 0 0.38 229.9 0.47 0.42
Hex 38 49 9D 40 36 0 26 E6 2F 2A
Octal 70 111 235 100 66 0 46 346 57 52
Binary 111000 1001001 10011101 1000000 110110 0 100110 11100110 101111 101010

Color Harmonies of #38499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38499D

Black with #38499D

Text Example


Text Example

White with #38499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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