Html Css Color HEX #38459D Tory Blue

📋 copy color: '#38459D'

red 56 ◦ green 69 ◦ blue 157

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

Shades of Tory Blue #38459D

Tints of Tory Blue #38459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.47%

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

R = 19.86%
G = 24.47%
B = 55.67%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38459D (or 0x38459D) is known color: Tory Blue. HEX triplet: 38, 45 and 9D. RGB value is (56,69,157). Sum of RGB (Red+Green+Blue) = 56+69+157=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #38459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38459D is #C7BA62. Grayscale: #4A4A4A. Windows color (decimal): -13089379 or 10306872. OLE color: 10306872.

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

Color convert

RGB 56 69 157 -
CMYK 0.64 0.56 0 0.38
HSL 232.28º 0.47% 0.42% -
HSV(B) 232.28º 0.64% 0.62% -
XYZ 9.84 7.53 32.83 -
YUV 75.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 56 69 157 0.64 0.56 0 0.38 232.28 0.47 0.42
Hex 38 45 9D 40 38 0 26 E8 2F 2A
Octal 70 105 235 100 70 0 46 350 57 52
Binary 111000 1000101 10011101 1000000 111000 0 100110 11101000 101111 101010

Color Harmonies of #38459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38459D

Black with #38459D

Text Example


Text Example

White with #38459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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