Html Css Color HEX #38479B Tory Blue

📋 copy color: '#38479B'

red 56 ◦ green 71 ◦ blue 155

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

Shades of Tory Blue #38479B

Tints of Tory Blue #38479B

RGB

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

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

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

R = 19.86%
G = 25.18%
B = 54.96%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38479B (or 0x38479B) is known color: Tory Blue. HEX triplet: 38, 47 and 9B. RGB value is (56,71,155). Sum of RGB (Red+Green+Blue) = 56+71+155=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #38479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38479B is #C7B864. Grayscale: #4B4B4B. Windows color (decimal): -13088869 or 10176312. OLE color: 10176312.

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

Color convert

RGB 56 71 155 -
CMYK 0.64 0.54 0 0.39
HSL 230.91º 0.47% 0.41% -
HSV(B) 230.91º 0.64% 0.61% -
XYZ 9.8 7.71 31.98 -
YUV 76.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 56 71 155 0.64 0.54 0 0.39 230.91 0.47 0.41
Hex 38 47 9B 40 36 0 27 E7 2F 29
Octal 70 107 233 100 66 0 47 347 57 51
Binary 111000 1000111 10011011 1000000 110110 0 100111 11100111 101111 101001

Color Harmonies of #38479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38479B

Black with #38479B

Text Example


Text Example

White with #38479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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