Html Css Color HEX #384391 Tory Blue

📋 copy color: '#384391'

red 56 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #384391

Tints of Tory Blue #384391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 20.9%
G = 25%
B = 54.1%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#384391 (or 0x384391) is known color: Tory Blue. HEX triplet: 38, 43 and 91. RGB value is (56,67,145). Sum of RGB (Red+Green+Blue) = 56+67+145=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #384391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384391 is #C7BC6E. Grayscale: #484848. Windows color (decimal): -13089903 or 9519928. OLE color: 9519928.

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

Color convert

RGB 56 67 145 -
CMYK 0.61 0.54 0 0.43
HSL 232.58º 0.44% 0.39% -
HSV(B) 232.58º 0.61% 0.57% -
XYZ 8.75 6.9 27.66 -
YUV 72.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 56 67 145 0.61 0.54 0 0.43 232.58 0.44 0.39
Hex 38 43 91 3D 36 0 2B E9 2C 27
Octal 70 103 221 75 66 0 53 351 54 47
Binary 111000 1000011 10010001 111101 110110 0 101011 11101001 101100 100111

Color Harmonies of #384391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384391

Black with #384391

Text Example


Text Example

White with #384391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384391; }

 p { color: rgb(56,67,145); }

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

background-color css

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

 a { background-color: rgb(56,67,145); }

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

border-color css

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

 span { border-color: rgb(56,67,145); }

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