Html Css Color HEX #384F99 Tory Blue

📋 copy color: '#384F99'

red 56 ◦ green 79 ◦ blue 153

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

Shades of Tory Blue #384F99

Tints of Tory Blue #384F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 19.44%
G = 27.43%
B = 53.13%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#384F99 (or 0x384F99) is known color: Tory Blue. HEX triplet: 38, 4F and 99. RGB value is (56,79,153). Sum of RGB (Red+Green+Blue) = 56+79+153=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #384F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F99 is #C7B066. Grayscale: #505050. Windows color (decimal): -13086823 or 10047288. OLE color: 10047288.

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

Color convert

RGB 56 79 153 -
CMYK 0.63 0.48 0 0.4
HSL 225.77º 0.46% 0.41% -
HSV(B) 225.77º 0.63% 0.6% -
XYZ 10.18 8.73 31.29 -
YUV 80.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 56 79 153 0.63 0.48 0 0.4 225.77 0.46 0.41
Hex 38 4F 99 3F 30 0 28 E2 2E 29
Octal 70 117 231 77 60 0 50 342 56 51
Binary 111000 1001111 10011001 111111 110000 0 101000 11100010 101110 101001

Color Harmonies of #384F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F99

Black with #384F99

Text Example


Text Example

White with #384F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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