Html Css Color HEX #38499B Tory Blue

📋 copy color: '#38499B'

red 56 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #38499B

Tints of Tory Blue #38499B

RGB

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

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

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

R = 19.72%
G = 25.7%
B = 54.58%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38499B (or 0x38499B) is known color: Tory Blue. HEX triplet: 38, 49 and 9B. RGB value is (56,73,155). Sum of RGB (Red+Green+Blue) = 56+73+155=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #38499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38499B is #C7B664. Grayscale: #4C4C4C. Windows color (decimal): -13088357 or 10176824. OLE color: 10176824.

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

Color convert

RGB 56 73 155 -
CMYK 0.64 0.53 0 0.39
HSL 229.7º 0.47% 0.41% -
HSV(B) 229.7º 0.64% 0.61% -
XYZ 9.93 7.97 32.03 -
YUV 77.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 56 73 155 0.64 0.53 0 0.39 229.7 0.47 0.41
Hex 38 49 9B 40 35 0 27 E6 2F 29
Octal 70 111 233 100 65 0 47 346 57 51
Binary 111000 1001001 10011011 1000000 110101 0 100111 11100110 101111 101001

Color Harmonies of #38499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38499B

Black with #38499B

Text Example


Text Example

White with #38499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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