Html Css Color HEX #384895 Tory Blue

📋 copy color: '#384895'

red 56 ◦ green 72 ◦ blue 149

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

Shades of Tory Blue #384895

Tints of Tory Blue #384895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 20.22%
G = 25.99%
B = 53.79%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#384895 (or 0x384895) is known color: Tory Blue. HEX triplet: 38, 48 and 95. RGB value is (56,72,149). Sum of RGB (Red+Green+Blue) = 56+72+149=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #384895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384895 is #C7B76A. Grayscale: #4B4B4B. Windows color (decimal): -13088619 or 9783352. OLE color: 9783352.

HSL color Cylindrical-coordinate representation of color #384895: hue angle of 229.68º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384895 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 72 149 -
CMYK 0.62 0.52 0 0.42
HSL 229.68º 0.45% 0.4% -
HSV(B) 229.68º 0.62% 0.58% -
XYZ 9.37 7.65 29.42 -
YUV 75.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 56 72 149 0.62 0.52 0 0.42 229.68 0.45 0.4
Hex 38 48 95 3E 34 0 2A E6 2D 28
Octal 70 110 225 76 64 0 52 346 55 50
Binary 111000 1001000 10010101 111110 110100 0 101010 11100110 101101 101000

Color Harmonies of #384895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384895

Black with #384895

Text Example


Text Example

White with #384895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384895; }

 p { color: rgb(56,72,149); }

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

background-color css

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

 a { background-color: rgb(56,72,149); }

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

border-color css

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

 span { border-color: rgb(56,72,149); }

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