Html Css Color HEX #384D92 Tory Blue

📋 copy color: '#384D92'

red 56 ◦ green 77 ◦ blue 146

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

Shades of Tory Blue #384D92

Tints of Tory Blue #384D92

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 20.07%
G = 27.6%
B = 52.33%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#384D92 (or 0x384D92) is known color: Tory Blue. HEX triplet: 38, 4D and 92. RGB value is (56,77,146). Sum of RGB (Red+Green+Blue) = 56+77+146=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #384D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D92 is #C7B26D. Grayscale: #4E4E4E. Windows color (decimal): -13087342 or 9588024. OLE color: 9588024.

HSL color Cylindrical-coordinate representation of color #384D92: hue angle of 226º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384D92 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 77 146 -
CMYK 0.62 0.47 0 0.43
HSL 226º 0.45% 0.4% -
HSV(B) 226º 0.62% 0.57% -
XYZ 9.47 8.22 28.28 -
YUV 78.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 56 77 146 0.62 0.47 0 0.43 226 0.45 0.4
Hex 38 4D 92 3E 2F 0 2B E2 2D 28
Octal 70 115 222 76 57 0 53 342 55 50
Binary 111000 1001101 10010010 111110 101111 0 101011 11100010 101101 101000

Color Harmonies of #384D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D92

Black with #384D92

Text Example


Text Example

White with #384D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,146); }

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

background-color css

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

 a { background-color: rgb(56,77,146); }

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

border-color css

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

 span { border-color: rgb(56,77,146); }

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