Html Css Color HEX #384792 Tory Blue

📋 copy color: '#384792'

red 56 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #384792

Tints of Tory Blue #384792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 20.51%
G = 26.01%
B = 53.48%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#384792 (or 0x384792) is known color: Tory Blue. HEX triplet: 38, 47 and 92. RGB value is (56,71,146). Sum of RGB (Red+Green+Blue) = 56+71+146=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #384792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384792 is #C7B86D. Grayscale: #4A4A4A. Windows color (decimal): -13088878 or 9586488. OLE color: 9586488.

HSL color Cylindrical-coordinate representation of color #384792: hue angle of 230º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384792 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 71 146 -
CMYK 0.62 0.51 0 0.43
HSL 230º 0.45% 0.4% -
HSV(B) 230º 0.62% 0.57% -
XYZ 9.07 7.42 28.15 -
YUV 75.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 56 71 146 0.62 0.51 0 0.43 230 0.45 0.4
Hex 38 47 92 3E 33 0 2B E6 2D 28
Octal 70 107 222 76 63 0 53 346 55 50
Binary 111000 1000111 10010010 111110 110011 0 101011 11100110 101101 101000

Color Harmonies of #384792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384792

Black with #384792

Text Example


Text Example

White with #384792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384792; }

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

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

background-color css

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

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

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

border-color css

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

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

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