Html Css Color HEX #38469D Tory Blue

📋 copy color: '#38469D'

red 56 ◦ green 70 ◦ blue 157

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

Shades of Tory Blue #38469D

Tints of Tory Blue #38469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

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

R = 19.79%
G = 24.73%
B = 55.48%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38469D (or 0x38469D) is known color: Tory Blue. HEX triplet: 38, 46 and 9D. RGB value is (56,70,157). Sum of RGB (Red+Green+Blue) = 56+70+157=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #38469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38469D is #C7B962. Grayscale: #4B4B4B. Windows color (decimal): -13089123 or 10307128. OLE color: 10307128.

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

Color convert

RGB 56 70 157 -
CMYK 0.64 0.55 0 0.38
HSL 231.68º 0.47% 0.42% -
HSV(B) 231.68º 0.64% 0.62% -
XYZ 9.91 7.66 32.85 -
YUV 75.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 56 70 157 0.64 0.55 0 0.38 231.68 0.47 0.42
Hex 38 46 9D 40 37 0 26 E8 2F 2A
Octal 70 106 235 100 67 0 46 350 57 52
Binary 111000 1000110 10011101 1000000 110111 0 100110 11101000 101111 101010

Color Harmonies of #38469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38469D

Black with #38469D

Text Example


Text Example

White with #38469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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