Html Css Color HEX #385097 Tory Blue

📋 copy color: '#385097'

red 56 ◦ green 80 ◦ blue 151

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

Shades of Tory Blue #385097

Tints of Tory Blue #385097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 151 (59.38% from 255) = 52.61%

R = 19.51%
G = 27.87%
B = 52.61%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#385097 (or 0x385097) is known color: Tory Blue. HEX triplet: 38, 50 and 97. RGB value is (56,80,151). Sum of RGB (Red+Green+Blue) = 56+80+151=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #385097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385097 is #C7AF68. Grayscale: #505050. Windows color (decimal): -13086569 or 9916472. OLE color: 9916472.

HSL color Cylindrical-coordinate representation of color #385097: hue angle of 224.84º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385097 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 80 151 -
CMYK 0.63 0.47 0 0.41
HSL 224.84º 0.46% 0.41% -
HSV(B) 224.84º 0.63% 0.59% -
XYZ 10.09 8.81 30.45 -
YUV 80.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 56 80 151 0.63 0.47 0 0.41 224.84 0.46 0.41
Hex 38 50 97 3F 2F 0 29 E1 2E 29
Octal 70 120 227 77 57 0 51 341 56 51
Binary 111000 1010000 10010111 111111 101111 0 101001 11100001 101110 101001

Color Harmonies of #385097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385097

Black with #385097

Text Example


Text Example

White with #385097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385097; }

 p { color: rgb(56,80,151); }

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

background-color css

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

 a { background-color: rgb(56,80,151); }

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

border-color css

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

 span { border-color: rgb(56,80,151); }

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