Html Css Color HEX #384291 Tory Blue

📋 copy color: '#384291'

red 56 ◦ green 66 ◦ blue 145

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

Shades of Tory Blue #384291

Tints of Tory Blue #384291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 20.97%
G = 24.72%
B = 54.31%

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

#384291 (or 0x384291) is known color: Tory Blue. HEX triplet: 38, 42 and 91. RGB value is (56,66,145). Sum of RGB (Red+Green+Blue) = 56+66+145=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #384291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384291 is #C7BD6E. Grayscale: #474747. Windows color (decimal): -13090159 or 9519672. OLE color: 9519672.

HSL color Cylindrical-coordinate representation of color #384291: hue angle of 233.26º 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 #384291 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 66 145 -
CMYK 0.61 0.54 0 0.43
HSL 233.26º 0.44% 0.39% -
HSV(B) 233.26º 0.61% 0.57% -
XYZ 8.69 6.78 27.64 -
YUV 72.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 56 66 145 0.61 0.54 0 0.43 233.26 0.44 0.39
Hex 38 42 91 3D 36 0 2B E9 2C 27
Octal 70 102 221 75 66 0 53 351 54 47
Binary 111000 1000010 10010001 111101 110110 0 101011 11101001 101100 100111

Color Harmonies of #384291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384291

Black with #384291

Text Example


Text Example

White with #384291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384291; }

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

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

background-color css

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

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

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

border-color css

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

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

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