Html Css Color HEX #385291 Tory Blue

📋 copy color: '#385291'

red 56 ◦ green 82 ◦ blue 145

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

Shades of Tory Blue #385291

Tints of Tory Blue #385291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 19.79%
G = 28.98%
B = 51.24%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385291 (or 0x385291) is known color: Tory Blue. HEX triplet: 38, 52 and 91. RGB value is (56,82,145). Sum of RGB (Red+Green+Blue) = 56+82+145=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #385291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385291 is #C7AD6E. Grayscale: #515151. Windows color (decimal): -13086063 or 9523768. OLE color: 9523768.

HSL color Cylindrical-coordinate representation of color #385291: hue angle of 222.47º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385291 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 82 145 -
CMYK 0.61 0.43 0 0.43
HSL 222.47º 0.44% 0.39% -
HSV(B) 222.47º 0.61% 0.57% -
XYZ 9.76 8.92 28 -
YUV 81.41 163.89 109.88 -
System Red Green Blue C M Y K H S L
Decimal 56 82 145 0.61 0.43 0 0.43 222.47 0.44 0.39
Hex 38 52 91 3D 2B 0 2B DE 2C 27
Octal 70 122 221 75 53 0 53 336 54 47
Binary 111000 1010010 10010001 111101 101011 0 101011 11011110 101100 100111

Color Harmonies of #385291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385291

Black with #385291

Text Example


Text Example

White with #385291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385291; }

 p { color: rgb(56,82,145); }

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

background-color css

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

 a { background-color: rgb(56,82,145); }

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

border-color css

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

 span { border-color: rgb(56,82,145); }

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