Html Css Color HEX #384990 Tory Blue

📋 copy color: '#384990'

red 56 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #384990

Tints of Tory Blue #384990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.75%

R = 20.51%
G = 26.74%
B = 52.75%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#384990 (or 0x384990) is known color: Tory Blue. HEX triplet: 38, 49 and 90. RGB value is (56,73,144). Sum of RGB (Red+Green+Blue) = 56+73+144=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #384990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384990 is #C7B66F. Grayscale: #4B4B4B. Windows color (decimal): -13088368 or 9455928. OLE color: 9455928.

HSL color Cylindrical-coordinate representation of color #384990: hue angle of 228.41º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384990 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 73 144 -
CMYK 0.61 0.49 0 0.44
HSL 228.41º 0.44% 0.39% -
HSV(B) 228.41º 0.61% 0.56% -
XYZ 9.05 7.62 27.38 -
YUV 76.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 56 73 144 0.61 0.49 0 0.44 228.41 0.44 0.39
Hex 38 49 90 3D 31 0 2C E4 2C 27
Octal 70 111 220 75 61 0 54 344 54 47
Binary 111000 1001001 10010000 111101 110001 0 101100 11100100 101100 100111

Color Harmonies of #384990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384990

Black with #384990

Text Example


Text Example

White with #384990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384990; }

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

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

background-color css

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

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

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

border-color css

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

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

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