Html Css Color HEX #384F96 Tory Blue

📋 copy color: '#384F96'

red 56 ◦ green 79 ◦ blue 150

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

Shades of Tory Blue #384F96

Tints of Tory Blue #384F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 19.65%
G = 27.72%
B = 52.63%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#384F96 (or 0x384F96) is known color: Tory Blue. HEX triplet: 38, 4F and 96. RGB value is (56,79,150). Sum of RGB (Red+Green+Blue) = 56+79+150=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #384F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F96 is #C7B069. Grayscale: #4F4F4F. Windows color (decimal): -13086826 or 9850680. OLE color: 9850680.

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

Color convert

RGB 56 79 150 -
CMYK 0.63 0.47 0 0.41
HSL 225.32º 0.46% 0.4% -
HSV(B) 225.32º 0.63% 0.59% -
XYZ 9.93 8.63 30 -
YUV 80.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 56 79 150 0.63 0.47 0 0.41 225.32 0.46 0.4
Hex 38 4F 96 3F 2F 0 29 E1 2E 28
Octal 70 117 226 77 57 0 51 341 56 50
Binary 111000 1001111 10010110 111111 101111 0 101001 11100001 101110 101000

Color Harmonies of #384F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F96

Black with #384F96

Text Example


Text Example

White with #384F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,79,150); }

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

background-color css

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

 a { background-color: rgb(56,79,150); }

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

border-color css

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

 span { border-color: rgb(56,79,150); }

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