Html Css Color HEX #384397 Tory Blue

📋 copy color: '#384397'

red 56 ◦ green 67 ◦ blue 151

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

Shades of Tory Blue #384397

Tints of Tory Blue #384397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.11%

R = 20.44%
G = 24.45%
B = 55.11%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#384397 (or 0x384397) is known color: Tory Blue. HEX triplet: 38, 43 and 97. RGB value is (56,67,151). Sum of RGB (Red+Green+Blue) = 56+67+151=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #384397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384397 is #C7BC68. Grayscale: #484848. Windows color (decimal): -13089897 or 9913144. OLE color: 9913144.

HSL color Cylindrical-coordinate representation of color #384397: hue angle of 233.05º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384397 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 67 151 -
CMYK 0.63 0.56 0 0.41
HSL 233.05º 0.46% 0.41% -
HSV(B) 233.05º 0.63% 0.59% -
XYZ 9.22 7.09 30.16 -
YUV 73.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 56 67 151 0.63 0.56 0 0.41 233.05 0.46 0.41
Hex 38 43 97 3F 38 0 29 E9 2E 29
Octal 70 103 227 77 70 0 51 351 56 51
Binary 111000 1000011 10010111 111111 111000 0 101001 11101001 101110 101001

Color Harmonies of #384397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384397

Black with #384397

Text Example


Text Example

White with #384397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384397; }

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

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

background-color css

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

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

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

border-color css

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

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

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