Html Css Color HEX #384B99 Tory Blue

📋 copy color: '#384B99'

red 56 ◦ green 75 ◦ blue 153

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

Shades of Tory Blue #384B99

Tints of Tory Blue #384B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.41%

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

R = 19.72%
G = 26.41%
B = 53.87%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#384B99 (or 0x384B99) is known color: Tory Blue. HEX triplet: 38, 4B and 99. RGB value is (56,75,153). Sum of RGB (Red+Green+Blue) = 56+75+153=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #384B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384B99 is #C7B466. Grayscale: #4D4D4D. Windows color (decimal): -13087847 or 10046264. OLE color: 10046264.

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

Color convert

RGB 56 75 153 -
CMYK 0.63 0.51 0 0.4
HSL 228.25º 0.46% 0.41% -
HSV(B) 228.25º 0.63% 0.6% -
XYZ 9.9 8.17 31.19 -
YUV 78.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 56 75 153 0.63 0.51 0 0.4 228.25 0.46 0.41
Hex 38 4B 99 3F 33 0 28 E4 2E 29
Octal 70 113 231 77 63 0 50 344 56 51
Binary 111000 1001011 10011001 111111 110011 0 101000 11100100 101110 101001

Color Harmonies of #384B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B99

Black with #384B99

Text Example


Text Example

White with #384B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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