Html Css Color HEX #385294 Tory Blue

📋 copy color: '#385294'

red 56 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #385294

Tints of Tory Blue #385294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 19.58%
G = 28.67%
B = 51.75%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385294 (or 0x385294) is known color: Tory Blue. HEX triplet: 38, 52 and 94. RGB value is (56,82,148). Sum of RGB (Red+Green+Blue) = 56+82+148=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #385294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385294 is #C7AD6B. Grayscale: #515151. Windows color (decimal): -13086060 or 9720376. OLE color: 9720376.

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

Color convert

RGB 56 82 148 -
CMYK 0.62 0.45 0 0.42
HSL 223.04º 0.45% 0.4% -
HSV(B) 223.04º 0.62% 0.58% -
XYZ 9.99 9.01 29.23 -
YUV 81.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 56 82 148 0.62 0.45 0 0.42 223.04 0.45 0.4
Hex 38 52 94 3E 2D 0 2A DF 2D 28
Octal 70 122 224 76 55 0 52 337 55 50
Binary 111000 1010010 10010100 111110 101101 0 101010 11011111 101101 101000

Color Harmonies of #385294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385294

Black with #385294

Text Example


Text Example

White with #385294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385294; }

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

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

background-color css

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

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

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

border-color css

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

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

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