Html Css Color HEX #384A99 Tory Blue

📋 copy color: '#384A99'

red 56 ◦ green 74 ◦ blue 153

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

Shades of Tory Blue #384A99

Tints of Tory Blue #384A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

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

R = 19.79%
G = 26.15%
B = 54.06%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#384A99 (or 0x384A99) is known color: Tory Blue. HEX triplet: 38, 4A and 99. RGB value is (56,74,153). Sum of RGB (Red+Green+Blue) = 56+74+153=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #384A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384A99 is #C7B566. Grayscale: #4D4D4D. Windows color (decimal): -13088103 or 10046008. OLE color: 10046008.

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

Color convert

RGB 56 74 153 -
CMYK 0.63 0.52 0 0.4
HSL 228.87º 0.46% 0.41% -
HSV(B) 228.87º 0.63% 0.6% -
XYZ 9.83 8.04 31.17 -
YUV 77.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 56 74 153 0.63 0.52 0 0.4 228.87 0.46 0.41
Hex 38 4A 99 3F 34 0 28 E5 2E 29
Octal 70 112 231 77 64 0 50 345 56 51
Binary 111000 1001010 10011001 111111 110100 0 101000 11100101 101110 101001

Color Harmonies of #384A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A99

Black with #384A99

Text Example


Text Example

White with #384A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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