Html Css Color HEX #384994 Tory Blue

📋 copy color: '#384994'

red 56 ◦ green 73 ◦ blue 148

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

Shades of Tory Blue #384994

Tints of Tory Blue #384994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 148 (58.2% from 255) = 53.43%

R = 20.22%
G = 26.35%
B = 53.43%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#384994 (or 0x384994) is known color: Tory Blue. HEX triplet: 38, 49 and 94. RGB value is (56,73,148). Sum of RGB (Red+Green+Blue) = 56+73+148=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #384994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384994 is #C7B66B. Grayscale: #4C4C4C. Windows color (decimal): -13088364 or 9718072. OLE color: 9718072.

HSL color Cylindrical-coordinate representation of color #384994: hue angle of 228.91º 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 #384994 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 73 148 -
CMYK 0.62 0.51 0 0.42
HSL 228.91º 0.45% 0.4% -
HSV(B) 228.91º 0.62% 0.58% -
XYZ 9.36 7.74 29.02 -
YUV 76.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 56 73 148 0.62 0.51 0 0.42 228.91 0.45 0.4
Hex 38 49 94 3E 33 0 2A E5 2D 28
Octal 70 111 224 76 63 0 52 345 55 50
Binary 111000 1001001 10010100 111110 110011 0 101010 11100101 101101 101000

Color Harmonies of #384994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384994

Black with #384994

Text Example


Text Example

White with #384994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384994; }

 p { color: rgb(56,73,148); }

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

background-color css

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

 a { background-color: rgb(56,73,148); }

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

border-color css

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

 span { border-color: rgb(56,73,148); }

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