Html Css Color HEX #384C99 Tory Blue

📋 copy color: '#384C99'

red 56 ◦ green 76 ◦ blue 153

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

Shades of Tory Blue #384C99

Tints of Tory Blue #384C99

RGB

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

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

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

R = 19.65%
G = 26.67%
B = 53.68%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#384C99 (or 0x384C99) is known color: Tory Blue. HEX triplet: 38, 4C and 99. RGB value is (56,76,153). Sum of RGB (Red+Green+Blue) = 56+76+153=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #384C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C99 is #C7B366. Grayscale: #4E4E4E. Windows color (decimal): -13087591 or 10046520. OLE color: 10046520.

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

Color convert

RGB 56 76 153 -
CMYK 0.63 0.50 0 0.4
HSL 227.63º 0.46% 0.41% -
HSV(B) 227.63º 0.63% 0.6% -
XYZ 9.97 8.31 31.22 -
YUV 78.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 56 76 153 0.63 0.50 0 0.4 227.63 0.46 0.41
Hex 38 4C 99 3F 32 0 28 E4 2E 29
Octal 70 114 231 77 62 0 50 344 56 51
Binary 111000 1001100 10011001 111111 110010 0 101000 11100100 101110 101001

Color Harmonies of #384C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C99

Black with #384C99

Text Example


Text Example

White with #384C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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