Html Css Color HEX #38497E Tory Blue

📋 copy color: '#38497E'

red 56 ◦ green 73 ◦ blue 126

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

Shades of Tory Blue #38497E

Tints of Tory Blue #38497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.41%

R = 21.96%
G = 28.63%
B = 49.41%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38497E (or 0x38497E) is known color: Tory Blue. HEX triplet: 38, 49 and 7E. RGB value is (56,73,126). Sum of RGB (Red+Green+Blue) = 56+73+126=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #38497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38497E is #C7B681. Grayscale: #494949. Windows color (decimal): -13088386 or 8276280. OLE color: 8276280.

HSL color Cylindrical-coordinate representation of color #38497E: hue angle of 225.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38497E is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 73 126 -
CMYK 0.56 0.42 0 0.51
HSL 225.43º 0.38% 0.36% -
HSV(B) 225.43º 0.56% 0.49% -
XYZ 7.78 7.11 20.7 -
YUV 73.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 56 73 126 0.56 0.42 0 0.51 225.43 0.38 0.36
Hex 38 49 7E 38 2A 0 33 E1 26 24
Octal 70 111 176 70 52 0 63 341 46 44
Binary 111000 1001001 1111110 111000 101010 0 110011 11100001 100110 100100

Color Harmonies of #38497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38497E

Black with #38497E

Text Example


Text Example

White with #38497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38497E; }

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

 H1.HeaderClassName
 {
   color: #38497E;
 }
 .AnyTagClassName
 {
   color: #38497E;
 }
</style>

background-color css

<style>
 a { background-color: #38497E; }

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

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

border-color css

<style>
 span { border-color: #38497E; }

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

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