Html Css Color HEX #384C97 Tory Blue

📋 copy color: '#384C97'

red 56 ◦ green 76 ◦ blue 151

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

Shades of Tory Blue #384C97

Tints of Tory Blue #384C97

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 19.79%
G = 26.86%
B = 53.36%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#384C97 (or 0x384C97) is known color: Tory Blue. HEX triplet: 38, 4C and 97. RGB value is (56,76,151). Sum of RGB (Red+Green+Blue) = 56+76+151=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #384C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C97 is #C7B368. Grayscale: #4E4E4E. Windows color (decimal): -13087593 or 9915448. OLE color: 9915448.

HSL color Cylindrical-coordinate representation of color #384C97: hue angle of 227.37º 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 #384C97 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 76 151 -
CMYK 0.63 0.50 0 0.41
HSL 227.37º 0.46% 0.41% -
HSV(B) 227.37º 0.63% 0.59% -
XYZ 9.8 8.24 30.35 -
YUV 78.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 56 76 151 0.63 0.50 0 0.41 227.37 0.46 0.41
Hex 38 4C 97 3F 32 0 29 E3 2E 29
Octal 70 114 227 77 62 0 51 343 56 51
Binary 111000 1001100 10010111 111111 110010 0 101001 11100011 101110 101001

Color Harmonies of #384C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C97

Black with #384C97

Text Example


Text Example

White with #384C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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