Html Css Color HEX #385292 Tory Blue

📋 copy color: '#385292'

red 56 ◦ green 82 ◦ blue 146

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

Shades of Tory Blue #385292

Tints of Tory Blue #385292

RGB

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

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

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

R = 19.72%
G = 28.87%
B = 51.41%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385292 (or 0x385292) is known color: Tory Blue. HEX triplet: 38, 52 and 92. RGB value is (56,82,146). Sum of RGB (Red+Green+Blue) = 56+82+146=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #385292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385292 is #C7AD6D. Grayscale: #515151. Windows color (decimal): -13086062 or 9589304. OLE color: 9589304.

HSL color Cylindrical-coordinate representation of color #385292: hue angle of 222.67º 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 #385292 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 82 146 -
CMYK 0.62 0.44 0 0.43
HSL 222.67º 0.45% 0.4% -
HSV(B) 222.67º 0.62% 0.57% -
XYZ 9.84 8.95 28.4 -
YUV 81.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 56 82 146 0.62 0.44 0 0.43 222.67 0.45 0.4
Hex 38 52 92 3E 2C 0 2B DF 2D 28
Octal 70 122 222 76 54 0 53 337 55 50
Binary 111000 1010010 10010010 111110 101100 0 101011 11011111 101101 101000

Color Harmonies of #385292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385292

Black with #385292

Text Example


Text Example

White with #385292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385292; }

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

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

background-color css

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

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

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

border-color css

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

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

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