Html Css Color HEX #38449F Tory Blue

📋 copy color: '#38449F'

red 56 ◦ green 68 ◦ blue 159

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

Shades of Tory Blue #38449F

Tints of Tory Blue #38449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 159 (62.5% from 255) = 56.18%

R = 19.79%
G = 24.03%
B = 56.18%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38449F (or 0x38449F) is known color: Tory Blue. HEX triplet: 38, 44 and 9F. RGB value is (56,68,159). Sum of RGB (Red+Green+Blue) = 56+68+159=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #38449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38449F is #C7BB60. Grayscale: #4A4A4A. Windows color (decimal): -13089633 or 10437688. OLE color: 10437688.

HSL color Cylindrical-coordinate representation of color #38449F: hue angle of 233.01º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38449F is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 68 159 -
CMYK 0.65 0.57 0 0.38
HSL 233.01º 0.48% 0.42% -
HSV(B) 233.01º 0.65% 0.62% -
XYZ 9.96 7.48 33.72 -
YUV 74.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 56 68 159 0.65 0.57 0 0.38 233.01 0.48 0.42
Hex 38 44 9F 41 39 0 26 E9 30 2A
Octal 70 104 237 101 71 0 46 351 60 52
Binary 111000 1000100 10011111 1000001 111001 0 100110 11101001 110000 101010

Color Harmonies of #38449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38449F

Black with #38449F

Text Example


Text Example

White with #38449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38449F; }

 p { color: rgb(56,68,159); }

 H1.HeaderClassName
 {
   color: #38449F;
 }
 .AnyTagClassName
 {
   color: #38449F;
 }
</style>

background-color css

<style>
 a { background-color: #38449F; }

 a { background-color: rgb(56,68,159); }

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

border-color css

<style>
 span { border-color: #38449F; }

 span { border-color: rgb(56,68,159); }

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