Html Css Color HEX #384493 Tory Blue

📋 copy color: '#384493'

red 56 ◦ green 68 ◦ blue 147

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

Shades of Tory Blue #384493

Tints of Tory Blue #384493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 20.66%
G = 25.09%
B = 54.24%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#384493 (or 0x384493) is known color: Tory Blue. HEX triplet: 38, 44 and 93. RGB value is (56,68,147). Sum of RGB (Red+Green+Blue) = 56+68+147=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #384493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384493 is #C7BB6C. Grayscale: #494949. Windows color (decimal): -13089645 or 9651256. OLE color: 9651256.

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

Color convert

RGB 56 68 147 -
CMYK 0.62 0.54 0 0.42
HSL 232.09º 0.45% 0.4% -
HSV(B) 232.09º 0.62% 0.58% -
XYZ 8.96 7.08 28.5 -
YUV 73.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 56 68 147 0.62 0.54 0 0.42 232.09 0.45 0.4
Hex 38 44 93 3E 36 0 2A E8 2D 28
Octal 70 104 223 76 66 0 52 350 55 50
Binary 111000 1000100 10010011 111110 110110 0 101010 11101000 101101 101000

Color Harmonies of #384493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384493

Black with #384493

Text Example


Text Example

White with #384493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384493; }

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

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

background-color css

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

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

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

border-color css

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

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

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